diff --git a/litellm/tests/test_router.py b/litellm/tests/test_router.py index e0e23274813..61ec8aba9d8 100644 --- a/litellm/tests/test_router.py +++ b/litellm/tests/test_router.py @@ -259,7 +259,7 @@ def test_router_azure_acompletion(): async def test1(): - response: litellm.ModelResponse = await router.acompletion( + response = await router.acompletion( model="gpt-3.5-turbo", messages=[ {