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 0394f37 commit 346c514Copy full SHA for 346c514
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetSpecifiedBillingAddressTest.php
@@ -162,7 +162,8 @@ public function testGeSpecifiedBillingAddressFromAnotherCustomerCart()
162
$this->expectExceptionMessage(
163
"The current user cannot perform operations on cart \"$maskedQuoteId\""
164
);
165
- $this->graphQlQuery($this->getQuery($maskedQuoteId),
+ $this->graphQlQuery(
166
+ $this->getQuery($maskedQuoteId),
167
[],
168
'',
169
$this->getHeaderMap('customer2@search.example.com')
0 commit comments