From 1160945a82926abe71d7c92a159dcb3876aa19ef Mon Sep 17 00:00:00 2001 From: elegantmoose Date: Fri, 9 Feb 2024 17:15:03 -0500 Subject: [PATCH] fix --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index e9884b815..0c502d011 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -368,6 +368,7 @@ async def initialize(): _ = DataService() _ = RestService() _ = PlanningService() + _ = KnowledgeService() _ = LearningService() auth_svc = AuthService() _ = FileSvc()