diff --git a/test/core/UserRightsTest.php b/test/core/UserRightsTest.php index 3f681ffd1..ef38e1e68 100644 --- a/test/core/UserRightsTest.php +++ b/test/core/UserRightsTest.php @@ -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)