Skip to content

Commit e1d4dfa

Browse files
AC-12755 Improve web api async
1 parent 307fbad commit e1d4dfa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestCartManagementTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,7 @@ public function testPlaceOrder()
354354
public function testAssignCustomerByGuestUser()
355355
{
356356
$this->expectException(\Exception::class);
357-
$this->expectExceptionMessage(
358-
'{"message":"\"%fieldName\" is required. Enter and try again.","parameters":{"fieldName":"customerId"}}'
359-
);
357+
$this->expectExceptionMessage('"%fieldName" is required. Enter and try again.');
360358

361359
/** @var $quote \Magento\Quote\Model\Quote */
362360
$quote = $this->objectManager->create(\Magento\Quote\Model\Quote::class)->load('test01', 'reserved_order_id');

0 commit comments

Comments
 (0)