fix: redact secret diagnostics

This commit is contained in:
Christian Krakau-Louis
2026-05-22 22:00:28 +02:00
parent 4d1ed329ec
commit eeff24fa5c
10 changed files with 125 additions and 15 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ def authed_client(test_app: FastAPI, db_session): # pylint: disable=redefined-o
"""
async def mock_admin_auth():
return {"auth_type": "api_key", "api_key": "test-key"}
return {"auth_type": "api_key"}
def override_get_db():
try: