fix tests

This commit is contained in:
wh1te909 2024-10-25 01:01:22 +00:00 committed by sadnub
parent faa0e6c289
commit 0bd09d03c1
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ from tacticalrmm.test import TacticalTestCase
class TestAccounts(TacticalTestCase):
def setUp(self):
self.setup_coresettings()
self.setup_client()
self.bob = User(username="bob")
self.bob.set_password("hunter2")