From 331e2bbc173cf5d3c415c62e1b6c407fddb839ef Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 18 Jul 2024 21:49:36 -0700 Subject: [PATCH] fix test --- litellm/tests/test_router_tag_routing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/litellm/tests/test_router_tag_routing.py b/litellm/tests/test_router_tag_routing.py index feb67c0e93..67f100d794 100644 --- a/litellm/tests/test_router_tag_routing.py +++ b/litellm/tests/test_router_tag_routing.py @@ -58,7 +58,8 @@ async def test_router_free_paid_tier(): }, "model_info": {"id": "very-expensive-model"}, }, - ] + ], + enable_tag_filtering=True, ) for _ in range(5):