refactor tests

This commit is contained in:
Ishaan Jaff 2025-03-26 20:00:10 -07:00
parent 88ef97b9d1
commit 15c04da735
3 changed files with 110 additions and 72 deletions

View file

@ -3393,6 +3393,7 @@ class ProxyStartupEvent:
return prisma_client
except Exception as e:
PrismaDBExceptionHandler.handle_db_exception(e)
return None
@classmethod
def _init_dd_tracer(cls):