Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nurbal committed Nov 12, 2024
1 parent f2480c1 commit e61bac9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/functional/jobs/test_func_sacct.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,10 @@ def _create_session(cluster_name, cmd_template, datetimes):
caplog.text,
)
)
assert "Getting the sacct data for cluster raisin, date 2023-02-15 00:00:00..." in caplog.text
assert (
"Getting the sacct data for cluster raisin, date 2023-02-15 00:00:00..."
in caplog.text
)
assert "Saving into mongodb collection '" in caplog.text
assert bool(
re.search(
Expand Down

0 comments on commit e61bac9

Please sign in to comment.