mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(proxy_server.py): don't cache request on key generate - misses the team related data
This commit is contained in:
parent
7fff5119de
commit
64341b507f
2 changed files with 1 additions and 9 deletions
|
@ -1241,7 +1241,7 @@ async def test_call_with_key_never_over_budget(prisma_client):
|
|||
|
||||
# use generated key to auth in
|
||||
result = await user_api_key_auth(request=request, api_key=bearer_token)
|
||||
print("result from user auth with new key", result)
|
||||
print("result from user auth with new key: {result}")
|
||||
|
||||
# update spend using track_cost callback, make 2nd request, it should fail
|
||||
from litellm.proxy.proxy_server import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue