1
0
mirror of https://github.com/httpie/cli.git synced 2025-06-23 00:37:52 +02:00

Add Accept-Encoding: identity for --download

#423
This commit is contained in:
Jakub Roztocil
2016-03-07 11:46:59 +08:00
parent 7ce6eb148e
commit 25d1e8e418
2 changed files with 6 additions and 4 deletions

View File

@ -13,6 +13,7 @@ CLIENT_CERT = os.path.join(TESTS_ROOT, 'client_certs', 'client.crt')
CLIENT_KEY = os.path.join(TESTS_ROOT, 'client_certs', 'client.key')
CLIENT_PEM = os.path.join(TESTS_ROOT, 'client_certs', 'client.pem')
# FIXME:
# We test against a local httpbin instance which uses a self-signed cert.
# Requests without --verify=<CA_BUNDLE> will fail with a verification error.
# See: https://github.com/kevin1024/pytest-httpbin#https-support