Skip to content

Commit

Permalink
401: more sonarqube fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Sharples committed Nov 18, 2024
1 parent 19daf91 commit a43b7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_agg_stat_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@


DEFAULT_CONF = {
"log_dir": "/tmp",
"log_filename": "tmp.log",
"log_level": "DEBUG",
"agg_stat_input": AGG_STAT_AND_BOOT_DATA,
}


def test_smoke():
def test_smoke(tmp_path):
"""Basic test to check object instantiation"""
DEFAULT_CONF["log_dir"] = tmp_path
asb.AggStatBootstrap(DEFAULT_CONF)

0 comments on commit a43b7f8

Please sign in to comment.