Skip to content

Commit c69c9b8

Browse files
committed
Fix Function Web API test - SpecialPriceStorageTest
1 parent eb86288 commit c69c9b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/product_virtual_rollback.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
$productRepository->delete($product);
2020
} catch (\Magento\Framework\Exception\NoSuchEntityException $exception) {
2121
//Product already removed
22+
} catch (\Magento\Framework\Exception\StateException $exception) {
23+
2224
}
2325

2426
$registry->unregister('isSecureArea');

0 commit comments

Comments
 (0)