File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ public function dataProviderUpdateWithMissedRequiredParameters(): array
285
285
],
286
286
'missed_cart_item_qty ' => [
287
287
'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. '
289
289
],
290
290
];
291
291
}
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ public function dataProviderUpdateWithMissedRequiredParameters(): array
236
236
],
237
237
'missed_cart_item_qty ' => [
238
238
'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. '
240
240
],
241
241
];
242
242
}
You can’t perform that action at this time.
0 commit comments