Skip to content

Commit 38504fd

Browse files
author
Prabhu Ram
committed
minor fix on tests
1 parent 633ef00 commit 38504fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function testAddBundleToCartWithWrongBundleOptions()
227227
* @magentoApiDataFixture Magento/Bundle/_files/product_with_multiple_options_and_custom_quantity.php
228228
* @magentoApiDataFixture Magento/Checkout/_files/active_quote.php
229229
*/
230-
public function testUpdateBundleItemWithCustomOptionQuantity()
230+
public function testAddBundleItemWithCustomOptionQuantity()
231231
{
232232

233233
$this->quoteResource->load(
@@ -309,11 +309,11 @@ private function getMutationsQuery(
309309
"{$optionUid1}", "{$optionUid0}"
310310
],
311311
entered_options: [{
312-
id: "{$optionUid0}"
312+
uid: "{$optionUid0}"
313313
value: "5"
314314
},
315315
{
316-
id: "{$optionUid1}"
316+
uid: "{$optionUid1}"
317317
value: "5"
318318
}]
319319
}

0 commit comments

Comments
 (0)