From ae8da1b52719fad6c80be39a6f2fbe0ae9d34a4f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 22:18:29 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- oauthenticator/tests/test_cilogon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauthenticator/tests/test_cilogon.py b/oauthenticator/tests/test_cilogon.py index a448a932..6596e0a2 100644 --- a/oauthenticator/tests/test_cilogon.py +++ b/oauthenticator/tests/test_cilogon.py @@ -100,6 +100,7 @@ async def test_cilogon( else: assert auth_model == None + async def test_username_claim_callable( cilogon_client, ): @@ -114,7 +115,6 @@ async def test_username_claim_callable( }, } - authenticator = CILogonOAuthenticator(config=c) handled_user_model = user_model("user1", "username")