mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
Merge pull request #42120 from BerriAI/litellm_cadence_58065d4_google_genai_proxy_master_key
test(google): boot the unified Google proxy fixture with a real master key
This commit is contained in:
commit
7cb884cd31
3 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ try:
|
|||
except ImportError:
|
||||
GOOGLE_GENAI_SDK_AVAILABLE = False
|
||||
|
||||
MASTER_KEY = "sk-1234"
|
||||
MASTER_KEY = "sk-unified-google-tests-4f9b2c7d8e1a"
|
||||
PROMPT = "Reply with only the single word: pong"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ from tests._vcr_conftest_common import ( # noqa: E402,F401
|
|||
_verbose_state = VerboseReporterState()
|
||||
|
||||
PROXY_CONFIG_PATH = Path(__file__).parent / "google_genai_proxy_test_config.yaml"
|
||||
PROXY_MASTER_KEY = "sk-1234"
|
||||
PROXY_MASTER_KEY = "sk-unified-google-tests-4f9b2c7d8e1a"
|
||||
PROXY_START_TIMEOUT_S = 30.0
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ router_settings:
|
|||
RateLimitErrorRetries: 5
|
||||
|
||||
general_settings:
|
||||
master_key: sk-1234
|
||||
master_key: sk-unified-google-tests-4f9b2c7d8e1a
|
||||
store_model_in_db: false
|
||||
|
||||
litellm_settings:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue