Skip to content

Commit ff3f6e5

Browse files
ashishkumarpundeerashishkumarpundeer
authored andcommitted
AC1096 ShippingCartAddress needs a uid updated
1 parent 6d61330 commit ff3f6e5

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/GetSpecifiedShippingAddressTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ public function testGetSpecifiedShippingAddress()
5252
$response = $this->graphQlQuery($query, [], '', $this->getHeaderMap());
5353
self::assertArrayHasKey('cart', $response);
5454
self::assertArrayHasKey('shipping_addresses', $response['cart']);
55-
55+
$uid=$response['cart']['shipping_addresses'][0]['uid'];
5656
$expectedShippingAddressData = [
57+
'uid' =>$uid,
5758
'firstname' => 'John',
5859
'lastname' => 'Smith',
5960
'company' => 'CompanyName',

0 commit comments

Comments
 (0)