aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report_tests/plugin_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/report_tests/plugin_tests')
-rw-r--r--tests/report_tests/plugin_tests/networking/networking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/report_tests/plugin_tests/networking/networking.py b/tests/report_tests/plugin_tests/networking/networking.py
index 77afe6d5..3b15bc88 100644
--- a/tests/report_tests/plugin_tests/networking/networking.py
+++ b/tests/report_tests/plugin_tests/networking/networking.py
@@ -37,7 +37,7 @@ class NetworkingPluginTest(StageOneReportTest):
# https://lwn.net/Articles/142330/
if not dev.startswith('bonding_'):
self.assertFileGlobInArchive(
- "sos_commands/networking/ethtool_*_%s" % dev
+ f"sos_commands/networking/ethtool_*_{dev}"
)