You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Rename --print-others to --history-print.
This commit is contained in:
@@ -34,7 +34,7 @@ def test_follow_redirect_output_options(httpbin):
|
||||
'--follow',
|
||||
'--all',
|
||||
'--print=h',
|
||||
'--print-others=H',
|
||||
'--history-print=H',
|
||||
httpbin.url + '/redirect/2')
|
||||
assert r.count('GET /') == 2
|
||||
assert 'HTTP/1.1 302 FOUND' not in r
|
||||
|
Reference in New Issue
Block a user