From 55bce4ea9db29a4ca682e2b1db6cd8e7fc2f9e17 Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Tue, 16 Sep 2025 15:20:23 +0100 Subject: [PATCH] fix tests by removing joinpath --- src/server_common/test_modules/test_file_path_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server_common/test_modules/test_file_path_manager.py b/src/server_common/test_modules/test_file_path_manager.py index 6089abd..3d62b17 100644 --- a/src/server_common/test_modules/test_file_path_manager.py +++ b/src/server_common/test_modules/test_file_path_manager.py @@ -29,7 +29,7 @@ SCRIPT_PATH = "./test_scripts/" -SCHEMA_PATH = files("server_common.schema").joinpath("") +SCHEMA_PATH = files("server_common.schema") class TestFilePathManagerSequence(unittest.TestCase):