summaryrefslogtreecommitdiffstats
path: root/anta/cli/nrfu/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'anta/cli/nrfu/utils.py')
-rw-r--r--anta/cli/nrfu/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/anta/cli/nrfu/utils.py b/anta/cli/nrfu/utils.py
index d7e5315..2eeeacb 100644
--- a/anta/cli/nrfu/utils.py
+++ b/anta/cli/nrfu/utils.py
@@ -38,7 +38,7 @@ def print_settings(
catalog: AntaCatalog,
) -> None:
"""Print ANTA settings before running tests."""
- message = f"Running ANTA tests:\n- {inventory}\n- Tests catalog contains {len(catalog.tests)} tests"
+ message = f"- {inventory}\n- Tests catalog contains {len(catalog.tests)} tests"
console.print(Panel.fit(message, style="cyan", title="[green]Settings"))
console.print()