File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ public function testGuestCustomerAttemptToChangeCustomerCart()
121
121
$ this ->quoteResource ->save ($ this ->quote );
122
122
$ query = $ this ->prepareAddCouponRequestQuery ($ maskedQuoteId , $ couponCode );
123
123
124
- self ::expectExceptionMessage ('The current user cannot perform operations on the selected cart ' );
124
+ self ::expectExceptionMessage ('The current user cannot perform operations on cart " ' . $ maskedQuoteId . ' " ' );
125
125
$ this ->graphQlQuery ($ query );
126
126
}
127
127
@@ -178,7 +178,7 @@ public function testRemoveCouponFromCustomerCartByGuest()
178
178
$ this ->quoteResource ->save ($ this ->quote );
179
179
$ query = $ this ->prepareRemoveCouponRequestQuery ($ maskedQuoteId );
180
180
181
- self ::expectExceptionMessage ('The current user cannot perform operations on the selected cart ' );
181
+ self ::expectExceptionMessage ('The current user cannot perform operations on cart " ' . $ maskedQuoteId . ' " ' );
182
182
$ this ->graphQlQuery ($ query );
183
183
}
184
184
You can’t perform that action at this time.
0 commit comments