We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b94c16 commit 29cb459Copy full SHA for 29cb459
InventoryImportExport/Test/Integration/Model/Import/ProductTest.php
@@ -320,11 +320,8 @@ protected function tearDown(): void
320
321
/** @var Data $dataSourceModel */
322
$dataSourceModel = $objectManager->create(Data::class);
323
- try {
324
- $dataSourceModel->cleanBunches();
325
- } catch (\Exception $e) {
326
- // nothing to clean
327
- }
+ $dataSourceModel->cleanBunches();
+
328
$registry->unregister('isSecureArea');
329
$registry->register('isSecureArea', false);
330
}
0 commit comments