diff --git a/ldapauthenticator/tests/test_ldapauthenticator.py b/ldapauthenticator/tests/test_ldapauthenticator.py index d71d967..f63f525 100644 --- a/ldapauthenticator/tests/test_ldapauthenticator.py +++ b/ldapauthenticator/tests/test_ldapauthenticator.py @@ -112,7 +112,7 @@ async def test_ldap_auth_state_attributes(authenticator): assert authorized["auth_state"] == {"employeeType": ["Delivery boy"]} -async def test_ldap_auth_redirects(authenticator, mocker): +async def test_ldap_auth_redirects(authenticator): # set non-available port correct_server_port = "%s:%s" % ( authenticator.server_address,