fix: fix test

This commit is contained in:
Krrish Dholakia 2024-11-30 20:02:54 -08:00
parent b56da15c99
commit 1703c4c81d

View file

@ -2917,7 +2917,6 @@ async def test_generate_key_with_model_tpm_limit(prisma_client):
"team": "litellm-team3", "team": "litellm-team3",
"model_tpm_limit": {"gpt-4": 100}, "model_tpm_limit": {"gpt-4": 100},
"model_rpm_limit": {"gpt-4": 2}, "model_rpm_limit": {"gpt-4": 2},
"tags": None,
} }
# Update model tpm_limit and rpm_limit # Update model tpm_limit and rpm_limit
@ -2941,7 +2940,6 @@ async def test_generate_key_with_model_tpm_limit(prisma_client):
"team": "litellm-team3", "team": "litellm-team3",
"model_tpm_limit": {"gpt-4": 200}, "model_tpm_limit": {"gpt-4": 200},
"model_rpm_limit": {"gpt-4": 3}, "model_rpm_limit": {"gpt-4": 3},
"tags": None,
} }