diff options
Diffstat (limited to 'test/t/test_arpspoof.py')
| -rw-r--r-- | test/t/test_arpspoof.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/test_arpspoof.py b/test/t/test_arpspoof.py index 9fcf20b7..c8955f8d 100644 --- a/test/t/test_arpspoof.py +++ b/test/t/test_arpspoof.py @@ -2,6 +2,6 @@ import pytest class TestArpspoof: - @pytest.mark.complete("arpspoof -") + @pytest.mark.complete("arpspoof -", require_cmd=True) def test_1(self, completion): assert completion |
