Fix test_ssl

This commit is contained in:
Berker Peksag 2017-02-06 09:18:41 +03:00
parent 9c73259f71
commit 5559f27ea2

View File

@ -39,7 +39,7 @@ def test_ssl_version():
assert SSLVersion.name == 'ssl_version'
assert SSLVersion.section == 'SSL'
assert SSLVersion.cli == ['--ssl-version']
assert SSLVersion.default == ssl.PROTOCOL_TLSv1
assert SSLVersion.default == ssl.PROTOCOL_SSLv23
def test_cacerts():