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 df68c4a commit b7c3b6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_with_missing_case(
# THEN command should NOT successfully call the command it creates

assert result.exit_code != EXIT_SUCCESS
# THEN ERROR log should be printed containing invalid case_id
# THEN ERROR log should be printed containing invalid case id
assert case_id_does_not_exist in caplog.text
assert f"{case_id_does_not_exist} could not be found" in caplog.text

Expand Down

0 comments on commit b7c3b6e

Please sign in to comment.