commit | e3a330cc10b9672cf91a77b89886a069357943f2 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat May 02 16:42:52 2015 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat May 02 16:42:52 2015 -0500 |
tree | ce43884ee1807db710de59a47e6cf9c2039672fd | |
parent | 778bc6092139dca93f1a9ac4311eafeaa7ebf107 [diff] |
missed a u
diff --git a/tests/test_x509_ext.py b/tests/test_x509_ext.py index 7320b94..c1d51e5 100644 --- a/tests/test_x509_ext.py +++ b/tests/test_x509_ext.py
@@ -917,7 +917,7 @@ ip = san.get_values_for_type(x509.IPAddress) dirname = san.get_values_for_type(x509.DirectoryName) assert [u"user@cryptography.io"] == rfc822_name - assert ["https://cryptography.io"] == uri + assert [u"https://cryptography.io"] == uri assert [u"cryptography.io"] == dns assert [ x509.Name([