Skip to content

Commit 93f6834

Browse files
author
Kota Tsuyuzaki
committed
Remove unused mocker args
1 parent 6cc5744 commit 93f6834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldapauthenticator/tests/test_ldapauthenticator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ async def test_ldap_auth_state_attributes(authenticator):
112112
assert authorized["auth_state"] == {"employeeType": ["Delivery boy"]}
113113

114114

115-
async def test_ldap_auth_redirects(authenticator, mocker):
115+
async def test_ldap_auth_redirects(authenticator):
116116
# set non-available port
117117
correct_server_port = "%s:%s" % (
118118
authenticator.server_address,

0 commit comments

Comments
 (0)