Skip to content

Commit 50bf58e

Browse files
author
Prabhu Ram
committed
MC-29945: GraphQL Cart endpoint returns incorrect or different product images
- Fixed static failures
1 parent 218f3ab commit 50bf58e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/product_with_image_no_options_rollback.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
use Magento\TestFramework\Workaround\Override\Fixture\Resolver;
67

7-
require __DIR__ . '/product_image_rollback.php';
8-
require __DIR__ . '/product_simple_without_custom_options_rollback.php';
8+
Resolver::getInstance()->requireDataFixture('Magento/Catalog/_files/product_image_rollback.php');
9+
Resolver::getInstance()->requireDataFixture('Magento/Catalog/_files/product_simple_without_custom_options_rollback.php');

0 commit comments

Comments
 (0)