From 7f6f07e61218c3af06746f1ae0489e75812abf99 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Mon, 11 Dec 2023 09:39:25 +0100 Subject: [PATCH] unneccesary f-string --- src/auth_server/routers/saml2_sp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth_server/routers/saml2_sp.py b/src/auth_server/routers/saml2_sp.py index 5958f08..3e4f41d 100644 --- a/src/auth_server/routers/saml2_sp.py +++ b/src/auth_server/routers/saml2_sp.py @@ -96,7 +96,7 @@ async def redirect_to_idp(saml2_sp: SAML2SP, authn_id: AuthnRequestRef, idp_enti transaction_db = await get_transaction_state_db() if transaction_db is None: - logger.error(f"No transaction db found") + logger.error("No transaction db found") raise HTTPException(status_code=400, detail="SAML authentication misconfigured") # get any requested authentication context from subject request