From ab6a8fefd212c268ab2577effd138a6d24c377da Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Tue, 24 May 2022 20:24:37 +0200 Subject: [PATCH] make test-hostname actually an invalid hostname when testing for invalid hostnames Signed-off-by: Michael Kaufmann --- tests/Mysqls/MysqlServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ];