Skip to content

Commit

Permalink
50: add loglevel to test_met_db_load
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Sharples committed Sep 11, 2024
1 parent 7a44e54 commit 63509fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions METdbLoad/test/test_met_db_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def test_met_db_table_counts(
"xmlfile": str(get_xml_test_file(tmp_path, met_data_dir, met_tool)),
"index": "true",
"tmpdir": [str(tmp_path)],
"loglevel": "INFO",
}
test_args = argparse.Namespace()
for k, v in test_data.items():
Expand Down

0 comments on commit 63509fd

Please sign in to comment.