From 313da3684dbed4bfc39b466475a1f81528cfbbde Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Mon, 29 Dec 2025 19:46:59 -0500 Subject: [PATCH] undo mistake --- tests/test_op25_controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_op25_controller.py b/tests/test_op25_controller.py index eb49895..60b14a2 100644 --- a/tests/test_op25_controller.py +++ b/tests/test_op25_controller.py @@ -8,6 +8,7 @@ import os # We need to adjust the python path for imports to work correctly import sys sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'app'))) +sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))) from app.node_main import app