Skip to content

Commit 7f98a0a

Browse files
committed
MC-22569: Storefront: Check special/tier/group/rule/option price for product
1 parent 482ed1c commit 7f98a0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@
2020
$registry->unregister('isSecureArea');
2121
$registry->register('isSecureArea', true);
2222
try {
23-
$product = $productRepository->get('simple-product-tax-none');
23+
$product = $productRepository->get('simple-product-tax-none', false, null, true);
2424
$productRepository->delete($product);
2525
} catch (NoSuchEntityException $e) {
2626
// isolation on
2727
}
28+
$productRepository->cleanCache();
2829
$registry->unregister('isSecureArea');
2930
$registry->register('isSecureArea', false);

0 commit comments

Comments
 (0)