fix allowed_myserver parameter in unit-test
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -242,7 +242,7 @@ class MysqlsTest extends TestCase
|
||||
// get customer
|
||||
Customers::getLocal($admin_userdata, array(
|
||||
'loginname' => 'test1',
|
||||
'allowed_mysqls' => [1]
|
||||
'allowed_mysqlserver' => [1]
|
||||
))->update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user