We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf0e09 commit 4748c2dCopy full SHA for 4748c2d
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetShippingAddressOnCartTest.php
@@ -280,7 +280,7 @@ public function testSetNewShippingAddressAndFromAddressBookAtSameTime()
280
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
281
* @magentoApiDataFixture Magento/Checkout/_files/quote_with_simple_product_saved.php
282
* @expectedException \Exception
283
- * @expectedExceptionMessage The current user cannot use address with ID "1"
+ * @expectedExceptionMessage Current customer does not have permission to address with ID "1"
284
*/
285
public function testSetShippingAddressIfCustomerIsNotOwnerOfAddress()
286
{
0 commit comments