diff options
Diffstat (limited to 'tests/x509')
-rw-r--r-- | tests/x509/test_x509_ext.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/x509/test_x509_ext.py b/tests/x509/test_x509_ext.py index b048c140..9f4e1758 100644 --- a/tests/x509/test_x509_ext.py +++ b/tests/x509/test_x509_ext.py @@ -2052,10 +2052,6 @@ class TestGeneralNames(object): [x509.DNSName(u"cryptography.io"), "invalid"] ) - def test_does_not_allow_empty_list(self): - with pytest.raises(ValueError): - x509.GeneralNames([]) - def test_repr(self): gns = x509.GeneralNames( [ |