Skip to content

Commit 593d563

Browse files
committed
AC-14681: CNS WebApi Failed tests for 2.4.9-alpha1 for OpenSearch
Removed unwanted lines
1 parent 6cc7c19 commit 593d563

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,16 @@
99

1010
use Magento\Indexer\Test\Fixture\Indexer as IndexerFixture;
1111
use Magento\TestFramework\Fixture\Config;
12-
use Magento\TestFramework\Helper\Bootstrap;
13-
use Magento\TestFramework\ObjectManager;
1412
use Magento\TestFramework\TestCase\GraphQlAbstract;
1513
use Magento\Catalog\Test\Fixture\Product as ProductFixture;
1614
use Magento\TestFramework\Fixture\DataFixture;
17-
use Magento\TestFramework\Fixture\DataFixtureStorage;
1815
use Magento\TestFramework\Fixture\DataFixtureStorageManager;
1916

2017
/**
2118
* Test for getting canonical_url for products
2219
*/
2320
class ProductCanonicalUrlTest extends GraphQlAbstract
2421
{
25-
/** @var ObjectManager */
26-
private $objectManager;
27-
28-
/** @var DataFixtureStorage */
29-
private $fixtures;
30-
31-
/**
32-
* @inheritdoc
33-
*/
34-
protected function setUp(): void
35-
{
36-
$this->objectManager = Bootstrap::getObjectManager();
37-
$this->fixtures = DataFixtureStorageManager::getStorage();
38-
}
39-
4022
#[
4123
Config('catalog/seo/product_canonical_tag', 1),
4224
DataFixture(ProductFixture::class, as: 'product'),

0 commit comments

Comments
 (0)