Skip to content

Commit 18d540b

Browse files
author
Prabhu Ram
committed
MC-22213: Implementation - Merge cart
- static fixes
1 parent 70bb245 commit 18d540b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,6 @@ public function testGuestCartExpiryAfterMerge()
127127

128128
$query = $this->getCartMergeMutation($guestQuoteMaskedId, $customerQuoteMaskedId);
129129
$this->graphQlMutation($query, [], '', $this->getHeaderMap());
130-
$cartResponse = $this->graphQlMutation(
131-
$this->getCartQuery($guestQuoteMaskedId),
132-
[],
133-
'',
134-
$this->getHeaderMap()
135-
);
136130
}
137131

138132
/**

0 commit comments

Comments
 (0)