From 4343ae47b909b7df47b2b863d29f70a17c10c6f0 Mon Sep 17 00:00:00 2001 From: schroeder5 <s.schroeder@fz-juelich.de> Date: Fri, 6 Dec 2024 15:29:54 +0000 Subject: [PATCH] deleted pragma instruction from else-case --- toardb/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toardb/test_base.py b/toardb/test_base.py index e30e568..17125e8 100644 --- a/toardb/test_base.py +++ b/toardb/test_base.py @@ -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) -- GitLab