fix ci: force authent-local conf to be able to create admin in a test

This commit is contained in:
odain
2020-07-16 09:08:31 +02:00
parent 68c7b9a0e8
commit 7a89bfc108

View File

@@ -41,6 +41,7 @@ class UserRightsTest extends ItopDataTestCase
parent::setUp(); // TODO: Change the autogenerated stub
try{
\utils::GetConfig()->SetModuleSetting('authent-local', 'password_validation.pattern', '' );
self::CreateUser('admin', 1);
}
catch(\CoreCannotSaveObjectException $e)