forked from phoenix/litellm-mirror
fix: fix test
This commit is contained in:
parent
b56da15c99
commit
1703c4c81d
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue