fix allowed_myserver parameter in unit-test

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-04-29 17:02:01 +02:00
parent 449897039c
commit 10313d9058

View File

@@ -242,7 +242,7 @@ class MysqlsTest extends TestCase
// get customer
Customers::getLocal($admin_userdata, array(
'loginname' => 'test1',
'allowed_mysqls' => [1]
'allowed_mysqlserver' => [1]
))->update();
}