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 dbaf775 commit c49e0cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_with_missing_case(
assert not taxprofiler_context.status_db.get_case_by_internal_id(
internal_id=case_id_does_not_exist
)

# WHEN running
result = cli_runner.invoke(metrics_deliver, [case_id_does_not_exist], obj=taxprofiler_context)
# THEN command should NOT successfully call the command it creates
Expand Down

0 comments on commit c49e0cf

Please sign in to comment.