Skip to content

Commit

Permalink
318: fix test, pass tmpdir as list.
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Sharples committed Sep 5, 2024
1 parent cee2531 commit 713b442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion METdbLoad/test/test_met_db_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_met_db_load(emptyDB, get_xml_test_file, testRunSql, tmp_path):
test_data = {
"xmlfile": str(get_xml_test_file),
"index": True,
"tmpdir": str(tmp_path),
"tmpdir": [str(tmp_path)],
}
test_args = argparse.Namespace()
for k,v in test_data.items():
Expand Down

0 comments on commit 713b442

Please sign in to comment.