Cleanup inline to-dos

I.
This commit is contained in:
Jakub Roztocil
2020-06-25 11:36:09 +02:00
parent 49e71d252f
commit 14677bd25d
6 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,6 @@ CLIENT_KEY = str(CERTS_ROOT / 'client.key')
CLIENT_PEM = str(CERTS_ROOT / '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