We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd181c9 commit e1d4919Copy full SHA for e1d4919
src/http_app/routes/user_registered_hook.py
@@ -6,7 +6,7 @@
6
7
8
@router.post("/")
9
-async def user_registered(request: Request):
+async def user_registered(request: Request): # pragma: no cover
10
# Here we could check the email and add staff metadata to the identity
11
logging.info("User registered", extra={"body": await request.json()})
12
return {"user_registered": "OK"}
0 commit comments