From 00e0773293b5cb90c9c265dade93148f052f6e02 Mon Sep 17 00:00:00 2001 From: stroeder Date: Fri, 5 Feb 2016 08:39:26 +0000 Subject: [PATCH] removed wrong line --- Tests/t_ldapurl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/t_ldapurl.py b/Tests/t_ldapurl.py index 46f9a8a..aef53aa 100644 --- a/Tests/t_ldapurl.py +++ b/Tests/t_ldapurl.py @@ -234,7 +234,6 @@ def test_bad_urls(self): "ldap:///????a_b=0", # extype contains only [-a-zA-Z0-9] "ldap:///????!!a=0", # only one exclamation allowed ): - assertRaises(ValueError, LDAPUrl, [bad]) try: LDAPUrl(bad) except ValueError: