From df68c4a352ea95db04f883ca3df60a11b90d9729 Mon Sep 17 00:00:00 2001 From: Sofia Stamouli Date: Mon, 11 Dec 2023 16:01:24 +0100 Subject: [PATCH] Black and update comment --- .../taxprofiler/test_cli_taxprofiler_metrics_deliver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 2e3cb828ea..9a51bf64c8 100644 --- a/tests/cli/workflow/taxprofiler/test_cli_taxprofiler_metrics_deliver.py +++ b/tests/cli/workflow/taxprofiler/test_cli_taxprofiler_metrics_deliver.py @@ -40,8 +40,8 @@ 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 + + # WHEN running command with non-existing case-id result = cli_runner.invoke(metrics_deliver, [case_id_does_not_exist], obj=taxprofiler_context) # THEN command should NOT successfully call the command it creates