tests/e2e: fix linting

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-09-27 09:25:20 +02:00
parent ed3b4a3d4a
commit 830c26ca25
1 changed files with 3 additions and 3 deletions

View File

@ -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",
],