File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2336,7 +2336,6 @@ public function testProductPartialSkuFullTextSearchQuery(): void
23362336}
23372337QUERY ;
23382338 $ prod1 = $ this ->productRepository ->get ('prd1sku ' );
2339- $ prod2 = $ this ->productRepository ->get ('prd2-sku2 ' );
23402339 $ response = $ this ->graphQlQuery ($ query );
23412340 $ this ->assertEquals (1 , $ response ['products ' ]['total_count ' ]);
23422341
@@ -2370,7 +2369,6 @@ public function testProductPartialSkuFullTextSearchQuery(): void
23702369 */
23712370 public function testProductPartialSkuHyphenatedFullTextSearchQuery (): void
23722371 {
2373- $ prod2 = $ this ->productRepository ->get ('prd2-sku2 ' );
23742372 $ textToSearch = 'sku2 ' ;
23752373 $ query
23762374 = <<<QUERY
You can’t perform that action at this time.
0 commit comments