mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
fix test_certificate_from_store for py2.7
This commit is contained in:
@@ -227,7 +227,7 @@ def test_crypt_obj():
|
||||
# TODO: Need some better ideas
|
||||
|
||||
def test_certificate_from_store():
|
||||
assert windows.crypto.CertificateStore.from_system_store("Root")
|
||||
assert windows.crypto.CertificateStore.from_system_store(u"Root")
|
||||
|
||||
|
||||
def test_sign_verify(rawcert, rawpfx):
|
||||
|
||||
Reference in New Issue
Block a user