Skip to content

Commit b74db3d

Browse files
author
Viktor Sevch
committed
MC-34457: [2.4][Integration Tests Failed]: Magento.Elasticsearch6.Controller.QuickSearchTest.testQuickSearchWithImprovedPriceRangeCalculation
1 parent 7024122 commit b74db3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Elasticsearch6/Controller/QuickSearchTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ public function testQuickSearchWithImprovedPriceRangeCalculation()
6464
$this->storeManager->setCurrentStore($defaultStore);
6565
}
6666

67-
$this->assertContains('search product 1', $responseBody);
67+
$this->assertStringContainsString('search product 1', $responseBody);
6868
}
6969
}

0 commit comments

Comments
 (0)