Skip to content

Commit 3e4bd1f

Browse files
committed
AC-14681: CNS WebApi Failed tests for 2.4.9-alpha1 for OpenSearch
Removed unused private method to fix static test failure
1 parent 21f168a commit 3e4bd1f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductCanonicalUrlTest.php

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,4 @@ public function testProductWithCanonicalLinksMetaTagSettingsDisabled()
100100
);
101101
$this->assertEquals('simple', $response['products']['items'][0]['sku']);
102102
}
103-
104-
private function reindex()
105-
{
106-
$indexer = $this->objectManager->create(Indexer::class);
107-
$indexer->load(Product::INDEXER_ID);
108-
$indexer->reindexAll();
109-
$indexer->load(Category::INDEXER_ID);
110-
$indexer->reindexAll();
111-
$indexer->load(IndexerSearch::INDEXER_ID);
112-
$indexer->reindexAll();
113-
}
114-
}
103+
}

0 commit comments

Comments
 (0)