From f4acb49ea148cdd899f7f29f1591c7bc853c2135 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:03:18 +0200 Subject: Adding upstream version 1:2.12.0. Signed-off-by: Daniel Baumann --- test/t/test_pr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/t/test_pr.py') diff --git a/test/t/test_pr.py b/test/t/test_pr.py index c790a86..23fa767 100644 --- a/test/t/test_pr.py +++ b/test/t/test_pr.py @@ -6,6 +6,6 @@ class TestPr: def test_1(self, completion): assert completion - @pytest.mark.complete("pr -", require_cmd=True) + @pytest.mark.complete("pr -", require_longopt=True) def test_options(self, completion): assert completion -- cgit v1.2.3