From 61d16cb67202efe88fdbdd410ecce66a60f3cae3 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 9 Mar 2024 18:47:20 -0800 Subject: [PATCH] fix(test_proxy_server.py): fix test --- litellm/tests/test_proxy_server.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/tests/test_proxy_server.py b/litellm/tests/test_proxy_server.py index d5e8f09c6..3d839b26c 100644 --- a/litellm/tests/test_proxy_server.py +++ b/litellm/tests/test_proxy_server.py @@ -336,6 +336,8 @@ def test_load_router_config(): "acompletion", "embedding", "aembedding", + "atranscription", + "transcription", ] # init with all call types litellm.disable_cache()