Skip to content

Commit 4607a69

Browse files
committed
adding fixture for hrr run
1 parent 19358d4 commit 4607a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nssp/tests/test_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_output_files_exist(self, params, run_as_module):
7575
for file in backup_dir:
7676
os.remove(file)
7777

78-
def test_valid_hrr(self, params):
78+
def test_valid_hrr(self, run_as_module_hrr, params):
7979
export_dir = params["common"]["export_dir"]
8080
csv_files = [f for f in Path(export_dir).glob("*.csv")]
8181

0 commit comments

Comments
 (0)