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 f5908d7b..7368cdb1 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -607,7 +607,7 @@ class HtmlStaticFileTest(CoverageTest):
self.make_file("main.py", "print(17)")
cov = coverage.Coverage()
self.start_import_stop(cov, "main")
- msg = "Couldn't find static file u?'.*'"
+ msg = "Couldn't find static file '.*'"
with pytest.raises(CoverageException, match=msg):
cov.html_report()