From 08f725a35be4faccd1cff8283c31f6bd09b61430 Mon Sep 17 00:00:00 2001 From: katiebuntic Date: Fri, 1 Sep 2023 13:40:30 +0100 Subject: [PATCH] adding in alias path --- tests/test_redcap_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_redcap_interface.py b/tests/test_redcap_interface.py index d96a4f6..3a009ba 100644 --- a/tests/test_redcap_interface.py +++ b/tests/test_redcap_interface.py @@ -79,7 +79,7 @@ def test_school_id_aliases(temp_out_dir, set_top_level_dir): tomli_w.dump({"RRS200": "RRS100"}, handle) # Act - extract(2021, config_file=config_path, output_dir=temp_out_dir) + extract(2021, config_file=config_path, output_dir=temp_out_dir, school_aliases=alias_path) # Assert expected_file = temp_out_dir / "processed" / "masterfile_2021-22.xlsx"