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 d30279a5..36bfad08 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -1099,7 +1099,7 @@ class HtmlWithContextsTest(HtmlTestHelpers, CoverageTest):
cov = coverage.Coverage(source=["."])
cov.set_option("run:dynamic_context", "test_function")
cov.set_option("html:show_contexts", True)
- cov.set_option("report:contexts", ["*test_one*"])
+ cov.set_option("report:contexts", ["test_one"])
mod = self.start_import_stop(cov, "two_tests")
d = html_data_from_cov(cov, mod)