1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-22 09:24:21 +01:00

remove empty line

This commit is contained in:
kakwa 2015-07-05 22:46:18 +02:00
parent b8f37aa545
commit 98cbeb9af5

View File

@ -174,7 +174,6 @@ class TestError(object):
app._adduser(form) app._adduser(form)
app._deleteuser('test') app._deleteuser('test')
def testParse(self): def testParse(self):
app = LdapCherry() app = LdapCherry()
form = {'attr.val': 'val', 'role.id': 'id', 'group.ldap.id': 'id'} form = {'attr.val': 'val', 'role.id': 'id', 'group.ldap.id': 'id'}