mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
require_env hard-failed a test (and, for the shared litellm-ops secret, drove piling every provider credential into one blob) whenever an optional cred was absent. Most call sites either read a value the test actually uses or just gated on the runner's env for a key the gateway consumes. Read os.environ directly where the test uses the value; drop the presence-only gates so those cases run against the proxy instead of pre-failing on the runner's environment. Removes the require_env helper from e2e_config. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| quota_client.py | ||
| test_rate_limit_e2e.py | ||
| test_redis_backed_ratelimit_e2e.py | ||
| test_redis_circuit_breaker_e2e.py | ||
| test_tpm_excludes_cached_tokens_e2e.py | ||