tests/e2e: fix linting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
ed3b4a3d4a
commit
830c26ca25
|
@ -216,7 +216,7 @@ class TestProviderLDAP(SeleniumTestCase):
|
|||
"mail": [""],
|
||||
"objectClass": [
|
||||
"user",
|
||||
"inetOrgPerson"
|
||||
"inetOrgPerson",
|
||||
"organizationalPerson",
|
||||
"goauthentik.io/ldap/user",
|
||||
],
|
||||
|
@ -243,7 +243,7 @@ class TestProviderLDAP(SeleniumTestCase):
|
|||
"mail": [""],
|
||||
"objectClass": [
|
||||
"user",
|
||||
"inetOrgPerson"
|
||||
"inetOrgPerson",
|
||||
"organizationalPerson",
|
||||
"goauthentik.io/ldap/user",
|
||||
],
|
||||
|
@ -270,7 +270,7 @@ class TestProviderLDAP(SeleniumTestCase):
|
|||
"mail": [USER().email],
|
||||
"objectClass": [
|
||||
"user",
|
||||
"inetOrgPerson"
|
||||
"inetOrgPerson",
|
||||
"organizationalPerson",
|
||||
"goauthentik.io/ldap/user",
|
||||
],
|
||||
|
|
Reference in New Issue