Skip to content

Commit 63a740b

Browse files
committed
GraphQL-631: Schema inconsistency of "Quantity / Qty" declaration
1 parent 0cd4e02 commit 63a740b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/UpdateCartItemsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function dataProviderUpdateWithMissedRequiredParameters(): array
285285
],
286286
'missed_cart_item_qty' => [
287287
'cart_items: [{ cart_item_id: 1 }]',
288-
'Field CartItemUpdateQuantityInput.quantity of required type Float! was not provided.'
288+
'Field CartItemUpdateInput.quantity of required type Float! was not provided.'
289289
],
290290
];
291291
}

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/UpdateCartItemsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public function dataProviderUpdateWithMissedRequiredParameters(): array
236236
],
237237
'missed_cart_item_qty' => [
238238
'cart_items: [{ cart_item_id: 1 }]',
239-
'Field CartItemUpdateQuantityInput.quantity of required type Float! was not provided.'
239+
'Field CartItemUpdateInput.quantity of required type Float! was not provided.'
240240
],
241241
];
242242
}

0 commit comments

Comments
 (0)