Skip to content

Commit 346c514

Browse files
committed
GraphQL-480: [Test Coverage] 'GetBillingAddress' functionality
1 parent 0394f37 commit 346c514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetSpecifiedBillingAddressTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ public function testGeSpecifiedBillingAddressFromAnotherCustomerCart()
162162
$this->expectExceptionMessage(
163163
"The current user cannot perform operations on cart \"$maskedQuoteId\""
164164
);
165-
$this->graphQlQuery($this->getQuery($maskedQuoteId),
165+
$this->graphQlQuery(
166+
$this->getQuery($maskedQuoteId),
166167
[],
167168
'',
168169
$this->getHeaderMap('customer2@search.example.com')

0 commit comments

Comments
 (0)