We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4686904 commit 2590689Copy full SHA for 2590689
ldapauthenticator/tests/test_ldapauthenticator.py
@@ -112,7 +112,7 @@ async def test_ldap_auth_state_attributes(authenticator):
112
assert authorized["auth_state"] == {"employeeType": ["Delivery boy"]}
113
114
115
-async def test_ldap_auth_redirects(authenticator, mocker):
+async def test_ldap_auth_redirects(authenticator):
116
# set non-available port
117
correct_server_port = "%s:%s" % (
118
authenticator.server_address,
0 commit comments