mirror of
https://github.com/httpie/cli.git
synced 2025-08-17 01:01:46 +02:00
Add one-by-one processing of each HTTP request or response and --offline
This commit is contained in:
@ -27,5 +27,5 @@ class TestFakeWindows:
|
||||
)
|
||||
r = http('--output', output_file,
|
||||
'--pretty=all', 'GET', httpbin.url + '/get',
|
||||
env=env, error_exit_ok=True)
|
||||
env=env, tolerate_error_exit_status=True)
|
||||
assert 'Only terminal output can be colorized on Windows' in r.stderr
|
||||
|
Reference in New Issue
Block a user