Skip to content

Commit da14c7a

Browse files
committed
Merge remote-tracking branch 'XxXgeoXxX/2.3-develop#191' into 2.3-develop#191
2 parents 053a824 + 63cbf8b commit da14c7a

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/api-functional/testsuite/Magento/GraphQl/Quote

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function testApplyCouponToCartWithNoItems()
100100
$query = $this->prepareAddCouponRequestQuery($maskedQuoteId, $couponCode);
101101

102102
self::expectExceptionMessage(
103-
str_replace('$cartId', $cartId, 'The "$cartId" Cart doesn\'t contain products.')
103+
'The "' . $cartId . '" Cart doesn\'t contain products.'
104104
);
105105
$this->graphQlQuery($query);
106106
}

0 commit comments

Comments
 (0)