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
2336
2336
}
2337
2337
QUERY ;
2338
2338
$ prod1 = $ this ->productRepository ->get ('prd1sku ' );
2339
- $ prod2 = $ this ->productRepository ->get ('prd2-sku2 ' );
2340
2339
$ response = $ this ->graphQlQuery ($ query );
2341
2340
$ this ->assertEquals (1 , $ response ['products ' ]['total_count ' ]);
2342
2341
@@ -2370,7 +2369,6 @@ public function testProductPartialSkuFullTextSearchQuery(): void
2370
2369
*/
2371
2370
public function testProductPartialSkuHyphenatedFullTextSearchQuery (): void
2372
2371
{
2373
- $ prod2 = $ this ->productRepository ->get ('prd2-sku2 ' );
2374
2372
$ textToSearch = 'sku2 ' ;
2375
2373
$ query
2376
2374
= <<<QUERY
You can’t perform that action at this time.
0 commit comments