mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
test(e2e): stop requiring LITELLM_SALT_KEY for the owned JWT gateway
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
acb8466899
commit
42ddb00d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class OwnedJwtGateway:
|
|||
def owned_jwt_gateway(
|
||||
idp: Keycloak, directory: Path, cleanup: ExitStack, *, litellm_jwtauth: str, name: str
|
||||
) -> OwnedJwtGateway:
|
||||
for env_name in ("DATABASE_URL", "LITELLM_LICENSE", "LITELLM_SALT_KEY", "LITELLM_MASTER_KEY"):
|
||||
for env_name in ("DATABASE_URL", "LITELLM_LICENSE", "LITELLM_MASTER_KEY"):
|
||||
assert os.environ.get(env_name), f"{env_name} is required for the owned JWT gateway"
|
||||
port: Final = available_port()
|
||||
base_url: Final = f"http://127.0.0.1:{port}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue