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:
Mateo Wang 2026-09-21 11:54:03 -07:00 • committed by GitHub
commit 7cb884cd31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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

View file

@ -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: