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):