Skip to content

Commit 027fc97

Browse files
committed
Merge remote-tracking branch 'origin/MC-22181' into pr-2.3.4
2 parents 61a3d38 + a1f7a28 commit 027fc97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

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

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

132138
/**

0 commit comments

Comments
 (0)