Skip to content

Commit

Permalink
Update dev/tests/api-functional/testsuite/Magento/GraphQl/CatalogUrlR…
Browse files Browse the repository at this point in the history
…ewrite/UrlResolverTest.php
  • Loading branch information
Usik2203 committed Nov 26, 2020
1 parent f13157d commit 6c2d07c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public function testRedirectsAndCustomInput()
$urlRewriteModel->setRedirectType('301');
$urlRewriteModel->setId($urlRewriteModel->getId());
$urlRewriteModel->save();
ObjectManager::getInstance()->get(\Magento\TestFramework\Helper\CacheCleaner::class)->clean(['eav']);
ObjectManager::getInstance()->get(\Magento\TestFramework\Helper\CacheCleaner::class)->clean(['eav']);
//modifying query by adding spaces to avoid getting cached values.
$this->queryUrlAndAssertResponse(
(int) $product->getEntityId(),
Expand Down

0 comments on commit 6c2d07c

Please sign in to comment.