Skip to content

Commit bd38f5b

Browse files
committed
MC-22215: Add customerCart Query and cart_id changes to schema and related resolvers
- Fixed static failures
1 parent 98f53e7 commit bd38f5b

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ public function testGetCartWithNotDefaultStore()
194194
* @magentoApiDataFixture Magento/Store/_files/second_store.php
195195
*
196196
* @expectedException Exception
197-
* @expectedExceptionMessage Wrong store code specified for cart
197+
* @expectedExceptionMessage The account sign-in was incorrect or your account is disabled temporarily.
198+
* Please wait and try again later.
198199
*/
199200
public function testGetCartWithWrongStore()
200201
{

0 commit comments

Comments
 (0)