Skip to content

Commit 1a124a4

Browse files
Fix webspace creation in tests on Windows
1 parent 5e8b831 commit 1a124a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected static function _createWebspace($name)
4545
'ip_address' => static::_getIpAddress(),
4646
], [
4747
'ftp_login' => 'test-login',
48-
'ftp_password' => 'test-password',
48+
'ftp_password' => 'TEST-password',
4949
]);
5050
}
5151

0 commit comments

Comments
 (0)