We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e83ddf commit e01560cCopy full SHA for e01560c
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetShippingMethodsOnCartTest.php
@@ -197,7 +197,9 @@ public function testShippingRegionOnMethodSetError()
197
{
198
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_quote');
199
200
- $setAddressesResult = $this->graphQlMutation($this->getSetShippingAddressWithLowerCaseCountryOnCartMutation($maskedQuoteId));
+ $setAddressesResult = $this->graphQlMutation(
201
+ $this->getSetShippingAddressWithLowerCaseCountryOnCartMutation($maskedQuoteId)
202
+ );
203
$setAddresses = $setAddressesResult['setShippingAddressesOnCart']['cart']['shipping_addresses'];
204
205
$this->expectException(\Exception::class);
0 commit comments