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 b4d601b commit 1e51099Copy full SHA for 1e51099
dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/IndexTest.php
@@ -981,7 +981,7 @@ public function testValidateCustomerWithAddressFailure()
981
$this->dispatch('backend/customer/index/validate');
982
$body = $this->getResponse()->getBody();
983
984
- $this->assertContains('{"error":1,"html_message":', $body);
+ $this->assertContains('{"error":true,"messages":', $body);
985
$this->assertContains('Please correct this email address: \"*\".', $body);
986
$this->assertContains('\"First Name\" is a required value.', $body);
987
$this->assertContains('\"Last Name\" is a required value.', $body);
0 commit comments