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 b5208cd commit 0f7d805Copy full SHA for 0f7d805
dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/CreateCustomerTest.php
@@ -343,7 +343,9 @@ public function testCreateCustomerSubscribed()
343
public function testCreateCustomerIfCustomerWithProvidedEmailAlreadyExists()
344
{
345
$this->expectException(\Exception::class);
346
- $this->expectExceptionMessage('A customer with the same email address already exists in an associated website.');
+ $this->expectExceptionMessage(
347
+ 'A customer with the same email address already exists in an associated website.'
348
+ );
349
350
$existedEmail = '[email protected]';
351
$password = 'test123#';
0 commit comments