Skip to content

Commit f9a11cf

Browse files
committed
ACPT-1502: Add Customer GraphQl mutations to GraphQlStateTest.php
1 parent 9a90d51 commit f9a11cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/App/GraphQlStateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public function customerDataProvider(): array
421421
[
422422
'firstname' => 'John',
423423
'lastname' => 'Doe',
424-
'email' => 'email@adobe.com',
424+
'email' => 'email1@adobe.com',
425425
'password' => 'Password-1',
426426
],
427427
[

0 commit comments

Comments
 (0)