Skip to content

Commit c158499

Browse files
authored
Update test case for output grepable
1 parent 81bbb76 commit c158499

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
@@ -30,6 +30,7 @@ def test_parse_arguments_default_value(tmpdir):
3030
'add_waf_bypass_headers': False,
3131
'output_normal': None,
3232
'output_json': None,
33+
'output_grepable' : None,
3334
'stdin': False,
3435
'ssl': False,
3536
}
@@ -83,6 +84,7 @@ def test_parse_arguments_custom_arguments(tmpdir):
8384
'add_waf_bypass_headers': True,
8485
'output_normal': '/tmp/on',
8586
'output_json': None,
87+
'output_grepable' : None,
8688
'stdin': True,
8789
}
8890

0 commit comments

Comments
 (0)