Skip to content

Commit

Permalink
magento#631 Fix Fail tests with required field quantity
Browse files Browse the repository at this point in the history
  • Loading branch information
osrecio committed Apr 26, 2019
1 parent a146f8d commit 68aebaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public function dataProviderUpdateWithMissedRequiredParameters(): array
],
'missed_cart_item_qty' => [
'cart_items: [{ cart_item_id: 1 }]',
'Required parameter "quantity" for "cart_items" is missing.'
'Field CartItemUpdateQuantityInput.quantity of required type Float! was not provided.'
],
];
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function dataProviderUpdateWithMissedRequiredParameters(): array
],
'missed_cart_item_qty' => [
'cart_items: [{ cart_item_id: 1 }]',
'Required parameter "quantity" for "cart_items" is missing.'
'Field CartItemUpdateQuantityInput.quantity of required type Float! was not provided.'
],
];
}
Expand Down

0 comments on commit 68aebaa

Please sign in to comment.