summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-12 22:32:30 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-12 22:32:30 +0200
commitd6b49453392ef873b5a95db32feb31005ded6c6a (patch)
tree62919980eaee8bf570c3ae94106e66750bf889fc /tests/conftest.py
parent5614206b4067adeccc86798e6461cc0335100fed (diff)
downloadqutebrowser-d6b49453392ef873b5a95db32feb31005ded6c6a.tar.gz
qutebrowser-d6b49453392ef873b5a95db32feb31005ded6c6a.zip
ci: Fix ::endgroup:: marker
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 7afa6ee6a..c6857c385 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -318,6 +318,6 @@ def pytest_terminal_summary(terminalreporter):
if testutils.ON_CI:
terminalreporter.write_line("::group::Benchmark results")
yield
- terminalreporter.write_line("::endgroup")
+ terminalreporter.write_line("::endgroup::")
else:
yield