forked from phoenix/litellm-mirror
test: fix test
This commit is contained in:
parent
ce0be3b38c
commit
b56da15c99
1 changed files with 0 additions and 2 deletions
|
@ -2981,7 +2981,6 @@ async def test_generate_key_with_guardrails(prisma_client):
|
||||||
assert result["info"]["metadata"] == {
|
assert result["info"]["metadata"] == {
|
||||||
"team": "litellm-team3",
|
"team": "litellm-team3",
|
||||||
"guardrails": ["aporia-pre-call"],
|
"guardrails": ["aporia-pre-call"],
|
||||||
"tags": None,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Update model tpm_limit and rpm_limit
|
# Update model tpm_limit and rpm_limit
|
||||||
|
@ -3003,7 +3002,6 @@ async def test_generate_key_with_guardrails(prisma_client):
|
||||||
assert result["info"]["metadata"] == {
|
assert result["info"]["metadata"] == {
|
||||||
"team": "litellm-team3",
|
"team": "litellm-team3",
|
||||||
"guardrails": ["aporia-pre-call", "aporia-post-call"],
|
"guardrails": ["aporia-pre-call", "aporia-post-call"],
|
||||||
"tags": None,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue