fix tests
This commit is contained in:
parent
faa0e6c289
commit
0bd09d03c1
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue