Skip to content

Commit d4ae941

Browse files
committed
MAGETWO-97549: Custom Customer Attribute is not updating on one website
1 parent fb7d9fc commit d4ae941

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/Adminhtml/IndexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ public function testSaveActionCoreExceptionFormatFormData()
321321
* Check that error message is set
322322
*/
323323
$this->assertSessionMessages(
324-
$this->equalTo(['A customer with the same email already exists in an associated website.']),
324+
$this->equalTo(['A customer with the same email address already exists in an associated website.']),
325325
\Magento\Framework\Message\MessageInterface::TYPE_ERROR
326326
);
327327
$this->assertEquals(

0 commit comments

Comments
 (0)