From 291a417de7571e2e125e3275df6ca316b4d8d6b8 Mon Sep 17 00:00:00 2001 From: harish-berri Date: Mon, 18 May 2026 17:23:47 -0700 Subject: [PATCH] Update tests/test_litellm/proxy/db/test_prisma_reconnect_circuit_breaker_e2e.py Co-authored-by: veria-ai[bot] <224490171+veria-ai[bot]@users.noreply.github.com> --- .../proxy/db/test_prisma_reconnect_circuit_breaker_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_litellm/proxy/db/test_prisma_reconnect_circuit_breaker_e2e.py b/tests/test_litellm/proxy/db/test_prisma_reconnect_circuit_breaker_e2e.py index 401ed3c3bd9..514076a410d 100644 --- a/tests/test_litellm/proxy/db/test_prisma_reconnect_circuit_breaker_e2e.py +++ b/tests/test_litellm/proxy/db/test_prisma_reconnect_circuit_breaker_e2e.py @@ -66,7 +66,7 @@ async def main() -> None: breaker_action = os.environ["REPRO_BREAKER_ACTION"] print(f"Breaker action: {breaker_action}") - print(f"DATABASE_URL: {os.environ['DATABASE_URL']}") + print("DATABASE_URL: ") if breaker_action == "exit": print("Expected: engine death opens breaker and sends SIGTERM.") await client.attempt_db_reconnect(