Skip to content

Commit

Permalink
removed wrong line
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Feb 5, 2016
1 parent 6febaf2 commit 00e0773
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/t_ldapurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 00e0773

Please sign in to comment.