summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index 3e567113..d30279a5 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -87,7 +87,7 @@ class HtmlTestHelpers(CoverageTest):
self.assert_recent_datetime(
timestamp,
seconds=120,
- msg="Timestamp is wrong: {0}".format(timestamp),
+ msg="Timestamp is wrong: {}".format(timestamp),
)