make test-hostname actually an invalid hostname when testing for invalid hostnames

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-24 20:24:37 +02:00
parent d8bcf52b3b
commit ab6a8fefd2

View File

@@ -35,7 +35,7 @@ class MysqlServerTest extends TestCase
global $admin_userdata; global $admin_userdata;
$data = [ $data = [
'mysql_host' => '123456789', 'mysql_host' => 'abc123+',
'privileged_user' => 'someone', 'privileged_user' => 'someone',
'privileged_password' => 'something' 'privileged_password' => 'something'
]; ];