From 41afb915df9a18520573a64a977acece80f39043 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Fri, 16 Jun 2023 10:39:01 +0200 Subject: [PATCH] Fix test --- tests/integration/test_main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_main.py b/tests/integration/test_main.py index 950728a7..89094402 100644 --- a/tests/integration/test_main.py +++ b/tests/integration/test_main.py @@ -264,7 +264,6 @@ def test_action__pull_request__annotations( git=None, ) expected = """::group::Annotations of lines with missing coverage -::warning file=foo.py,line=6::This line has no coverage ::endgroup::""" output = capsys.readouterr()