1
0
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:
Jakub Roztocil
2016-07-01 18:49:27 +02:00
parent 30eb0c2f26
commit 098257c0be
6 changed files with 9 additions and 9 deletions

View File

@@ -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