We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bbb76 commit c158499Copy full SHA for c158499
1 file changed
tests/test_input.py
@@ -30,6 +30,7 @@ def test_parse_arguments_default_value(tmpdir):
30
'add_waf_bypass_headers': False,
31
'output_normal': None,
32
'output_json': None,
33
+ 'output_grepable' : None,
34
'stdin': False,
35
'ssl': False,
36
}
@@ -83,6 +84,7 @@ def test_parse_arguments_custom_arguments(tmpdir):
83
84
'add_waf_bypass_headers': True,
85
'output_normal': '/tmp/on',
86
87
88
'stdin': True,
89
90
0 commit comments