Skip to content

Commit f6a3753

Browse files
30350:Unable to update the items of a bundle-product in a wishlist- Added the bundle product sku in tests
1 parent e618628 commit f6a3753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Wishlist/UpdateBundleProductsFromWishlistTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function testUpdateBundleProductWithOptions(): void
125125
$optionQty = 1;
126126
$optionId = $wishlist['customer']['wishlists'][0]['items_v2'][0]['bundle_options'][0]['id'];
127127

128-
$sku = 'bundle-test';
128+
$sku = 'bundle-product';
129129
$product = $this->productRepository->get($sku);
130130
/** @var Type $typeInstance */
131131
$typeInstance = $product->getTypeInstance();

0 commit comments

Comments
 (0)