Commit 65575a3d authored by Lu Xu's avatar Lu Xu 👀

fixup

parent cfd34e14
......@@ -200,7 +200,7 @@ class EndToEndTestCase(unittest.TestCase):
result = "[OK]" in title
name = title.replace("[OK]", "").replace("[ERROR]", "").strip()
status[name] = result
cls.logger.info(f"Test alarm: {title}: {description}")
cls.logger.info("Test alarm: %s: %s", title, description)
return status
@classmethod
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment