Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 18, 2024
1 parent 2b5e897 commit ae8da1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauthenticator/tests/test_cilogon.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ async def test_cilogon(
else:
assert auth_model == None


async def test_username_claim_callable(
cilogon_client,
):
Expand All @@ -114,7 +115,6 @@ async def test_username_claim_callable(
},
}


authenticator = CILogonOAuthenticator(config=c)

handled_user_model = user_model("user1", "username")
Expand Down

0 comments on commit ae8da1b

Please sign in to comment.