diff options
-rw-r--r-- | tests/x509/test_x509.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/x509/test_x509.py b/tests/x509/test_x509.py index 5905e335..a866d813 100644 --- a/tests/x509/test_x509.py +++ b/tests/x509/test_x509.py @@ -3121,9 +3121,9 @@ class TestCertificateSigningRequestBuilder(object): ), x509.RFC822Name(u"test@example.com"), x509.RFC822Name(u"email"), - x509.RFC822Name(u"email@em\xe5\xefl.com"), + x509.RFC822Name(u"email@xn--eml-vla4c.com"), x509.UniformResourceIdentifier( - u"https://\u043f\u044b\u043a\u0430.cryptography" + u"https://xn--80ato2c.cryptography" ), x509.UniformResourceIdentifier( u"gopher://cryptography:70/some/path" |