commit | 5aad73cf4b612dc93869387cc82e97e3d0ca83a7 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Mar 11 10:39:42 2016 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Mar 11 10:39:42 2016 -0400 |
tree | 03fa33e61889bfd2084d503bad9faa8a17f09681 | |
parent | 418411ed7db0731cc2ed8e4a4e8301a29b25414c [diff] [blame] |
what's a bytes
diff --git a/tests/test_crypto.py b/tests/test_crypto.py index 873fcb8..d5cecad 100644 --- a/tests/test_crypto.py +++ b/tests/test_crypto.py
@@ -3045,7 +3045,7 @@ crl = load_crl(FILETYPE_PEM, crlDataUnsupportedExtension) revoked = crl.get_revoked() reason = revoked[1].get_reason() - assert reason == 'Unspecified' + assert reason == b'Unspecified' def test_reason(self): """