Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Sep 3, 2024
1 parent 134864a commit 52067e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/cli/upload/test_cli_scout.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
Workflow.MIP_DNA,
Workflow.MIP_RNA,
Workflow.RNAFUSION,
Workflow.TOMTE,
]

ANALYSIS_API: dict[Workflow, UploadAPI] = [
Expand All @@ -46,7 +45,7 @@ def test_get_upload_api(
workflow: Workflow,
analysis_api: AnalysisAPI,
):
"""Test to get the correct upload API for a BALSAMIC case."""
"""Test to get the correct upload API for a case."""
status_db: Store = cg_context.status_db

# GIVEN a case with a balsamic analysis
Expand Down Expand Up @@ -74,7 +73,7 @@ def test_create_scout_load_config(
helpers: StoreHelpers,
workflow: Workflow,
):
"""Test to create a scout load config for a BALSAMIC case."""
"""Test to create a scout load config for a case."""
caplog.set_level(logging.DEBUG)
status_db: Store = cg_context.status_db

Expand Down

0 comments on commit 52067e0

Please sign in to comment.