Skip to content

Commit bb1d39a

Browse files
committed
Merge remote-tracking branch 'origin/MC-34457' into 2.4.0-develop-pr54
2 parents 2b01349 + b74db3d commit bb1d39a

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)