summaryrefslogtreecommitdiff
path: root/test/t/test_koji.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_koji.py')
-rw-r--r--test/t/test_koji.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/t/test_koji.py b/test/t/test_koji.py
index 68a8477b..73d3e4c2 100644
--- a/test/t/test_koji.py
+++ b/test/t/test_koji.py
@@ -2,10 +2,10 @@ import pytest
class TestKoji:
- @pytest.mark.complete("koji ")
+ @pytest.mark.complete("koji ", require_cmd=True)
def test_1(self, completion):
assert completion
- @pytest.mark.complete("koji -")
+ @pytest.mark.complete("koji -", require_cmd=True)
def test_2(self, completion):
assert completion