Skip to content

Commit 94b08f6

Browse files
committed
Fixed WEB API test failures
1 parent 55ef36d commit 94b08f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Bundle/BundleProductViewTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,6 @@ public function testBundleProductWithDisabledProductOption()
509509
$this->assertEmpty($response['products']['items']);
510510
}
511511

512-
/**
513-
* @magentoApiDataFixture Magento/Bundle/_files/bundle_product_with_sku_as_next_entity_id.php
514-
*/
515512
#[
516513
DataFixture(ProductFixture::class, ['price' => 10], 'p1'),
517514
DataFixture(ProductFixture::class, ['price' => 20], 'p2'),

0 commit comments

Comments
 (0)