Skip to content

Commit 4ffcfcc

Browse files
committed
remove tmp_dir
1 parent d258699 commit 4ffcfcc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/acceptance/test_async_backend_pipeline_run.py

-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def run_pipeline_for_test(test_dirs, dataset, resource, request_id, input_path):
4646
dataset_resource_dir = test_dirs["dataset_resource_dir"]
4747
specification_dir = test_dirs["specification_dir"]
4848
cache_dir = test_dirs["cache_dir"]
49-
custom_temp_dir = test_dirs["custom_temp_dir"]
5049

5150
organisation_path = os.path.join(cache_dir, "organisation.csv")
5251
input_path = os.path.join(collection_dir, resource)
@@ -113,7 +112,6 @@ def run_pipeline_for_test(test_dirs, dataset, resource, request_id, input_path):
113112
ConvertPhase(
114113
path=input_path,
115114
dataset_resource_log=dataset_resource_log,
116-
custom_temp_dir=custom_temp_dir,
117115
output_path=os.path.join(converted_dir, request_id, f"{resource}.csv"),
118116
),
119117
NormalisePhase(skip_patterns=skip_patterns, null_path=null_path),

0 commit comments

Comments
 (0)