commit | 6841723710be94dfbd08b0d0b04fc87ea6556fdf | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Sep 04 07:56:29 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Sep 04 07:56:29 2015 -0400 |
tree | e6962181c2198257179045608e813fca3bc5e9fe | |
parent | 337e98423860f1e46b4afbcd2b1c45238193aadd [diff] [blame] |
Fixed a test to really check what it was supposed to
diff --git a/OpenSSL/test/test_ssl.py b/OpenSSL/test/test_ssl.py index 787d636..a71aed9 100644 --- a/OpenSSL/test/test_ssl.py +++ b/OpenSSL/test/test_ssl.py
@@ -2012,7 +2012,7 @@ # Now test a connection. conn = Connection(context) self.assertRaises( - NotImplementedError, context.set_alpn_protos, None + NotImplementedError, conn.set_alpn_protos, None )