Skip to content

Commit 4c13b17

Browse files
authored
Update test_input.py
1 parent cf06864 commit 4c13b17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_input.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def test_parse_arguments_custom_arguments(tmpdir):
5151
'--ignore-http-codes', '400,500,302',
5252
'--ignore-content-length', '100',
5353
'--unique-depth', '5',
54+
'--first-hit',
5455
'--ssl',
5556
'--fuzzy-logic',
5657
'--no-lookups',
@@ -71,6 +72,7 @@ def test_parse_arguments_custom_arguments(tmpdir):
7172
'real_port': 8001,
7273
'ignore_http_codes': '400,500,302',
7374
'ignore_content_length': 100,
75+
'first_hit': True,
7476
'unique_depth': 5,
7577
'ssl': True,
7678
'fuzzy_logic': True,

0 commit comments

Comments
 (0)