Skip to content

Commit cff5e3a

Browse files
30179: resetPassword mutation returns generic error - fixed typo error
1 parent 7f0eaa8 commit cff5e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public function testNewPasswordCheckMinLength()
222222
* @throws Exception
223223
* @throws LocalizedException
224224
*/
225-
public function testNewPasswordCheckCharactersStrenth()
225+
public function testNewPasswordCheckCharactersStrength()
226226
{
227227
$this->expectException(\Exception::class);
228228
$this->expectExceptionMessage('Minimum of different classes of characters in password is 3. Classes of characters: Lower Case, Upper Case, Digits, Special Characters.');

0 commit comments

Comments
 (0)