Skip to content

Commit bec6533

Browse files
fix test change password
1 parent 734c163 commit bec6533

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/System/AccountTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function testSaveAction($password, $passwordConfirmation, $isPasswordChan
7272

7373
public function saveDataProvider()
7474
{
75-
$password = uniqid('123q');
75+
$password = uniqid('1234q');
7676
return [
7777
[$password, $password, true],
7878
[$password, '', false],

0 commit comments

Comments
 (0)