diff --git a/tests/test_archives/test_archive_import.py b/tests/test_archives/test_archive_import.py index 9dc88b226..fdde43607 100644 --- a/tests/test_archives/test_archive_import.py +++ b/tests/test_archives/test_archive_import.py @@ -39,7 +39,7 @@ def print_directory_contents(path, result_string): return result_string result_string = print_directory_contents( - resources_folder, f"{resources_folder.as_posix()}" + resources_folder.as_posix(), f"{resources_folder.as_posix()}" ) raise Exception(result_string)