aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report_tests/plugin_tests
diff options
context:
space:
mode:
authorArif Ali <arif.ali@canonical.com>2024-04-18 12:54:50 +0100
committerJake Hunsaker <jacob.r.hunsaker@gmail.com>2024-05-02 10:47:52 -0400
commit799425b80267fe215f9b9191348c8032deec013c (patch)
treed77e3f715d9c6eaaf67396c5d0534918971a26b1 /tests/report_tests/plugin_tests
parent5a2091c1b0d85c15d01c22e40752950a1a6cd464 (diff)
downloadsos-799425b80267fe215f9b9191348c8032deec013c.tar.gz
[pylint] Convert all tests to f-strings
Signed-off-by: Arif Ali <arif.ali@canonical.com>
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}"
)