Show ill-formed clipper uids in error messages #19

Merged
mpepin merged 2 commits from Kerl/isalnum into master 2018-10-06 16:58:34 +02:00
Showing only changes of commit d22d1ea567 - Show all commits

View file

@ -375,5 +375,4 @@ class LongTermClipperTests(CASTestCase):
for uid in uids:
with self.assertRaises(ValueError) as cm:
get_ldap_infos(uid)
print(cm.exception)
self.assertIn(uid, cm.exception.message)