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": [""],
|
"mail": [""],
|
||||||
"objectClass": [
|
"objectClass": [
|
||||||
"user",
|
"user",
|
||||||
"inetOrgPerson"
|
"inetOrgPerson",
|
||||||
"organizationalPerson",
|
"organizationalPerson",
|
||||||
"goauthentik.io/ldap/user",
|
"goauthentik.io/ldap/user",
|
||||||
],
|
],
|
||||||
|
@ -243,7 +243,7 @@ class TestProviderLDAP(SeleniumTestCase):
|
||||||
"mail": [""],
|
"mail": [""],
|
||||||
"objectClass": [
|
"objectClass": [
|
||||||
"user",
|
"user",
|
||||||
"inetOrgPerson"
|
"inetOrgPerson",
|
||||||
"organizationalPerson",
|
"organizationalPerson",
|
||||||
"goauthentik.io/ldap/user",
|
"goauthentik.io/ldap/user",
|
||||||
],
|
],
|
||||||
|
@ -270,7 +270,7 @@ class TestProviderLDAP(SeleniumTestCase):
|
||||||
"mail": [USER().email],
|
"mail": [USER().email],
|
||||||
"objectClass": [
|
"objectClass": [
|
||||||
"user",
|
"user",
|
||||||
"inetOrgPerson"
|
"inetOrgPerson",
|
||||||
"organizationalPerson",
|
"organizationalPerson",
|
||||||
"goauthentik.io/ldap/user",
|
"goauthentik.io/ldap/user",
|
||||||
],
|
],
|
||||||
|
|
Reference in New Issue