Skip to content

Commit

Permalink
Update tests/cli/workflow/taxprofiler/test_cli_taxprofiler_metrics_de…
Browse files Browse the repository at this point in the history
…liver.py

Co-authored-by: Henrik Stranneheim <[email protected]>
  • Loading branch information
sofstam and henrikstranneheim authored Dec 11, 2023
1 parent 2d4a608 commit dbaf775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_with_missing_case(
):
"""Test metrics-deliver command with invalid case."""
caplog.set_level(logging.ERROR)
# GIVEN case_id not in database
# GIVEN case id not in database
assert not taxprofiler_context.status_db.get_case_by_internal_id(
internal_id=case_id_does_not_exist
)
Expand Down

0 comments on commit dbaf775

Please sign in to comment.