Skip to content

Commit decf50a

Browse files
committed
test_stage_data: Delete an unused arg.
1 parent 3f2ba82 commit decf50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/rimport/test_stage_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def test_raises_error_for_file_outside_inputdata_root_with_special_str(
222222
rimport.stage_data(src, inputdata_root, staging_root)
223223

224224
def test_raises_error_for_already_published_file(
225-
self, tmp_path, inputdata_root, staging_root
225+
self, inputdata_root, staging_root
226226
):
227227
"""Test that staging an already published file raises RuntimeError."""
228228
# Create a file in staging_root

0 commit comments

Comments
 (0)