File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ def test_get_path_combinations_with_invalid_dollar_key(
475475def test_file_with_ark_extension (
476476 mock_test_url , mock_import_archive_data , mock_get_key_by_value , mock_linux_shortcuts
477477):
478- utd_path , path , expected = utd_path_expected ()
478+ utd_path , _path , _expected = utd_path_expected ()
479479 mock_linux_shortcuts .return_value = {"UTD" : str (utd_path .as_posix ())}
480480 mock_get_key_by_value .return_value = "UTD"
481481 mock_import_archive_data .return_value = datadok_extract .ArchiveData (
@@ -504,7 +504,7 @@ def test_file_with_ark_extension(
504504def test_file_with_ark_extension_finds_dat (
505505 mock_test_url , mock_import_archive_data , mock_get_key_by_value , mock_linux_shortcuts
506506):
507- utd_path , path , expected = utd_path_expected ()
507+ utd_path , _path , _expected = utd_path_expected ()
508508 mock_linux_shortcuts .return_value = {"UTD" : str (utd_path .as_posix ())}
509509 mock_get_key_by_value .return_value = "UTD"
510510 mock_import_archive_data .return_value = datadok_extract .ArchiveData (
You can’t perform that action at this time.
0 commit comments