There was an error while loading. Please reload this page.
1 parent 74f95cb commit 57de8f9Copy full SHA for 57de8f9
1 file changed
scanpipe/tests/pipes/test_nix.py
@@ -351,5 +351,5 @@ def test_scanpipe_nix_extract_nar_archive_success(self, mock_subprocess_run):
351
archive_path=str(archive_path), output_dir=temp_dir, output="debug"
352
)
353
354
- expected_extracted_path = str(Path(temp_dir) / "to" / "debug")
+ expected_extracted_path = str(Path(temp_dir).resolve() / "to" / "debug")
355
self.assertEqual(result, expected_extracted_path)
0 commit comments