From 0bd09d03c18d8316e458f3e6854ca760b28e0036 Mon Sep 17 00:00:00 2001 From: wh1te909 <7434746+wh1te909@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:01:22 +0000 Subject: [PATCH] fix tests --- api/tacticalrmm/accounts/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/tacticalrmm/accounts/tests.py b/api/tacticalrmm/accounts/tests.py index 133fd9ca..01be9f1b 100644 --- a/api/tacticalrmm/accounts/tests.py +++ b/api/tacticalrmm/accounts/tests.py @@ -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")