diff --git a/tests/Mysqls/MysqlServerTest.php b/tests/Mysqls/MysqlServerTest.php index 39cdacb5..db652451 100644 --- a/tests/Mysqls/MysqlServerTest.php +++ b/tests/Mysqls/MysqlServerTest.php @@ -35,7 +35,7 @@ class MysqlServerTest extends TestCase global $admin_userdata; $data = [ - 'mysql_host' => '123456789', + 'mysql_host' => 'abc123+', 'privileged_user' => 'someone', 'privileged_password' => 'something' ];