Skip to content

Commit 63cbf8b

Browse files
committed
Resolve random fails on Bamboo with \Magento\GraphQl\Quote\CouponTest::testApplyCouponToCartWithNoItems
1 parent 2efa308 commit 63cbf8b

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)