From 0864713b620d590295f5018da414860ab657a648 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 4 Jan 2024 10:26:41 +0530 Subject: [PATCH] (test) cf azure --- litellm/tests/test_completion.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 2ddb5fa13f0..b484c0d60c1 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -1626,6 +1626,7 @@ def test_completion_anyscale_api(): def test_azure_cloudflare_api(): + litellm.set_verbose = True try: messages = [ { @@ -1641,11 +1642,12 @@ def test_azure_cloudflare_api(): ) print(f"response: {response}") except Exception as e: + pytest.fail(f"Error occurred: {e}") traceback.print_exc() pass -# test_azure_cloudflare_api() +test_azure_cloudflare_api() def test_completion_anyscale_2():