commit | 8ee102762525ff7619bc5b9c16f53f4c8537abfc | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Wed Oct 16 18:00:50 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Wed Oct 16 18:00:50 2013 -0700 |
tree | 1b30ed1d1a45895c0f979c1869b9b6386213890c | |
parent | 169dee88faa7c46b5551b89cf97a1b30c0a1c6ea [diff] [blame] |
Refactor how cipher names are computed
diff --git a/tests/bindings/test_openssl.py b/tests/bindings/test_openssl.py index e5b78d1..2d51330 100644 --- a/tests/bindings/test_openssl.py +++ b/tests/bindings/test_openssl.py
@@ -30,4 +30,4 @@ assert api.openssl_version_text().startswith("OpenSSL") def test_supports_cipher(self): - assert api.supports_cipher("not-a-real-cipher") is False + assert api.supports_cipher(None, None) is False