aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bindings
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-16 18:00:50 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-16 18:00:50 -0700
commit8ee102762525ff7619bc5b9c16f53f4c8537abfc (patch)
tree1b30ed1d1a45895c0f979c1869b9b6386213890c /tests/bindings
parent169dee88faa7c46b5551b89cf97a1b30c0a1c6ea (diff)
downloadcryptography-8ee102762525ff7619bc5b9c16f53f4c8537abfc.tar.gz
cryptography-8ee102762525ff7619bc5b9c16f53f4c8537abfc.tar.bz2
cryptography-8ee102762525ff7619bc5b9c16f53f4c8537abfc.zip
Refactor how cipher names are computed
Diffstat (limited to 'tests/bindings')
-rw-r--r--tests/bindings/test_openssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bindings/test_openssl.py b/tests/bindings/test_openssl.py
index e5b78d18..2d513308 100644
--- a/tests/bindings/test_openssl.py
+++ b/tests/bindings/test_openssl.py
@@ -30,4 +30,4 @@ class TestOpenSSL(object):
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