Skip to content

Commit f098115

Browse files
author
Yaroslav Onischenko
committed
MAGETWO-52558: Cache is not invalidated or refreshed when product website visibility changes
1 parent 2d740d5 commit f098115

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Model/Product

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Product/ActionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected function setUp()
2727
$cacheState = $this->objectManager->get(\Magento\Framework\App\Cache\StateInterface::class);
2828
$cacheState->setEnabled(\Magento\PageCache\Model\Cache\Type::TYPE_IDENTIFIER, true);
2929

30-
$this->action = $this->objectManager->create(\Magento\Catalog\Model\Product\Action\Interceptor::class);
30+
$this->action = $this->objectManager->create(\Magento\Catalog\Model\Product\Action::class);
3131
}
3232

3333
/**

0 commit comments

Comments
 (0)