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:
@@ -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'
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user