Skip to content

Commit

Permalink
Remove unused mocker args
Browse files Browse the repository at this point in the history
  • Loading branch information
Kota Tsuyuzaki committed Jan 12, 2021
1 parent 4686904 commit 2590689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldapauthenticator/tests/test_ldapauthenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2590689

Please sign in to comment.