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 307fbad commit e1d4dfaCopy full SHA for e1d4dfa
dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestCartManagementTest.php
@@ -354,9 +354,7 @@ public function testPlaceOrder()
354
public function testAssignCustomerByGuestUser()
355
{
356
$this->expectException(\Exception::class);
357
- $this->expectExceptionMessage(
358
- '{"message":"\"%fieldName\" is required. Enter and try again.","parameters":{"fieldName":"customerId"}}'
359
- );
+ $this->expectExceptionMessage('"%fieldName" is required. Enter and try again.');
360
361
/** @var $quote \Magento\Quote\Model\Quote */
362
$quote = $this->objectManager->create(\Magento\Quote\Model\Quote::class)->load('test01', 'reserved_order_id');
0 commit comments