diff --git a/litellm/tests/test_supabase_integration.py b/litellm/tests/test_supabase_integration.py index 84f77d1847..d117c5265d 100644 --- a/litellm/tests/test_supabase_integration.py +++ b/litellm/tests/test_supabase_integration.py @@ -58,10 +58,15 @@ def test_acompletion_sync(): print(f"error occurred: {traceback.format_exc()}") pass - asyncio.run(completion_call()) # test_acompletion_sync() +# reset callbacks +litellm.input_callback = [] +litellm.success_callback = [] +litellm.failure_callback = [] + +