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(