Skip to content

Commit f43bc6e

Browse files
committed
GraphQL-672: [Test coverage] Change customer password
1 parent 71364e4 commit f43bc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/ChangeCustomerPasswordTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function testChangePassword()
7070
$headerMap = $this->getCustomerAuthHeaders($customerEmail, $currentPassword);
7171

7272
$response = $this->graphQlMutation($query, [], '', $headerMap);
73-
$this->assertEquals($customerEmail, $response['changePassword']['email']);
73+
$this->assertEquals($customerEmail, $response['changeCustomerPassword']['email']);
7474

7575
try {
7676
// registry contains the old password hash so needs to be reset

0 commit comments

Comments
 (0)