aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report_tests/help_output_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/report_tests/help_output_tests.py')
-rw-r--r--tests/report_tests/help_output_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/report_tests/help_output_tests.py b/tests/report_tests/help_output_tests.py
index 8321f193..e6cf393f 100644
--- a/tests/report_tests/help_output_tests.py
+++ b/tests/report_tests/help_output_tests.py
@@ -48,4 +48,4 @@ class ReportListPluginsTest(StageOneOutputTest):
# Ignore newlines
if not ln:
continue
- assert len(ln) > 1, "Plugin '%s' missing description" % ln[0]
+ assert len(ln) > 1, f"Plugin '{ln[0]}' missing description"