Skip to content
Snippets Groups Projects
Commit 4343ae47 authored by Sabine Schröder's avatar Sabine Schröder
Browse files

deleted pragma instruction from else-case

parent 6c9d480a
No related branches found
No related tags found
2 merge requests!224preparation for testing the (re-)integrated AAI; started strictly separating...,!223preparation for testing the (re-)integrated AAI; making toar2_category available
Pipeline #238726 passed
......@@ -51,7 +51,7 @@ async def override_dependency(request: Request):
"user_name": "Sabine Schröder",
"user_email": email,
"auth_user_id": db_user.id }
else: # pragma: no cover
else:
# the user needs to be added to the database!
# (maybe users already have the credentials (in the AAI),
# but they also need a permanent auth_user_id related to the TOAR database)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment