From 2590689b8a78f1399a426bceed8aef2ebed18de9 Mon Sep 17 00:00:00 2001 From: Kota Tsuyuzaki Date: Tue, 12 Jan 2021 17:50:27 +0900 Subject: [PATCH] Remove unused mocker args --- ldapauthenticator/tests/test_ldapauthenticator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,