aboutsummaryrefslogtreecommitdiff
path: root/tests/x509/test_x509.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/x509/test_x509.py')
-rw-r--r--tests/x509/test_x509.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/x509/test_x509.py b/tests/x509/test_x509.py
index 1a6fc7b..e5e941e 100644
--- a/tests/x509/test_x509.py
+++ b/tests/x509/test_x509.py
@@ -5732,7 +5732,7 @@ class TestNameAttribute:
# unicode string of length 2, but > 2 bytes
with pytest.raises(ValueError):
- x509.NameAttribute(NameOID.COUNTRY_NAME, "\U0001F37A\U0001F37A")
+ x509.NameAttribute(NameOID.COUNTRY_NAME, "\U0001f37a\U0001f37a")
def test_invalid_type(self):
with pytest.raises(TypeError):