From 4748c2d1a7d504bd6b79e1c1f9c3b2c245ef8580 Mon Sep 17 00:00:00 2001 From: Valerii Naida Date: Wed, 13 Mar 2019 11:11:38 -0500 Subject: [PATCH] GraphQL-427: Test coverage: SetShippingAddressOnCartTest --- .../GraphQl/Quote/Customer/SetShippingAddressOnCartTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetShippingAddressOnCartTest.php b/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetShippingAddressOnCartTest.php index 9e13476c57c3..ae184b8930c0 100644 --- a/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetShippingAddressOnCartTest.php +++ b/dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetShippingAddressOnCartTest.php @@ -280,7 +280,7 @@ public function testSetNewShippingAddressAndFromAddressBookAtSameTime() * @magentoApiDataFixture Magento/Customer/_files/customer_address.php * @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php * @expectedException \Exception - * @expectedExceptionMessage The current user cannot use address with ID "1" + * @expectedExceptionMessage Current customer does not have permission to address with ID "1" */ public function testSetShippingAddressIfCustomerIsNotOwnerOfAddress() {