Skip to content

Commit

Permalink
fix test_in_memory_redis_sync_e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Nov 24, 2024
1 parent 33a0744 commit e5c7189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/local_testing/test_router_provider_budgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ async def test_in_memory_redis_sync_e2e():
router = Router(
model_list=[
{
"model_name": "gpt-3.5-turbo",
"model_name": "gpt-3.5-turbo-very-new",
"litellm_params": {
"model": "openai/gpt-3.5-turbo",
},
Expand All @@ -317,7 +317,7 @@ async def test_in_memory_redis_sync_e2e():

# Make a completion call to trigger spend tracking
response = await router.acompletion(
model="gpt-3.5-turbo",
model="gpt-3.5-turbo-very-new",
messages=[{"role": "user", "content": "Hello"}],
mock_response="Hello there!",
)
Expand Down

0 comments on commit e5c7189

Please sign in to comment.