mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test: fix test
This commit is contained in:
parent
2c5b2da955
commit
c08705517b
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ async def test_jwt_user_api_key_auth_builder_enforce_rbac(enforce_rbac, monkeypa
|
||||||
]
|
]
|
||||||
|
|
||||||
local_cache.set_cache(
|
local_cache.set_cache(
|
||||||
key="litellm_jwt_auth_keys",
|
key="litellm_jwt_auth_keys_my-fake-url",
|
||||||
value=keys,
|
value=keys,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue