Skip to content

Commit

Permalink
magento/graphql-ce#682: [Test coverage] Missed parameters at setBilli…
Browse files Browse the repository at this point in the history
…ngAddressMutation

- fixed `testSetBillingAddressWithoutRequiredParameters`
  • Loading branch information
lenaorobei authored Jun 7, 2019
1 parent b8801a0 commit fd7aba9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,9 @@ public function testSetBillingAddressOnNonExistentCart()
*/
public function testSetBillingAddressWithoutRequiredParameters(string $input, string $message)
{
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
$input = str_replace('cart_id_value', $maskedQuoteId, $input);

$query = <<<QUERY
mutation {
setBillingAddressOnCart(
Expand Down

0 comments on commit fd7aba9

Please sign in to comment.