From dbaf77558fc0c7e0352f46b3962c1096133423fe Mon Sep 17 00:00:00 2001 From: Sofia Stamouli <91951607+sofstam@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:57:30 +0100 Subject: [PATCH] Update tests/cli/workflow/taxprofiler/test_cli_taxprofiler_metrics_deliver.py Co-authored-by: Henrik Stranneheim --- .../taxprofiler/test_cli_taxprofiler_metrics_deliver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli/workflow/taxprofiler/test_cli_taxprofiler_metrics_deliver.py b/tests/cli/workflow/taxprofiler/test_cli_taxprofiler_metrics_deliver.py index 2d63423446..f745da4c2d 100644 --- a/tests/cli/workflow/taxprofiler/test_cli_taxprofiler_metrics_deliver.py +++ b/tests/cli/workflow/taxprofiler/test_cli_taxprofiler_metrics_deliver.py @@ -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 )