Skip to content

Commit 4748c2d

Browse files
committed
GraphQL-427: Test coverage: SetShippingAddressOnCartTest
1 parent adf0e09 commit 4748c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public function testSetNewShippingAddressAndFromAddressBookAtSameTime()
280280
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
281281
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
282282
* @expectedException \Exception
283-
* @expectedExceptionMessage The current user cannot use address with ID "1"
283+
* @expectedExceptionMessage Current customer does not have permission to address with ID "1"
284284
*/
285285
public function testSetShippingAddressIfCustomerIsNotOwnerOfAddress()
286286
{

0 commit comments

Comments
 (0)