fix(tests): add anthropic_proxy to configurable test parameters

This commit is contained in:
Mason Daugherty 2025-08-12 18:27:35 -04:00
parent 80068432ed
commit 8848b3e018
No known key found for this signature in database

View File

@ -270,6 +270,7 @@ def test_configurable_with_default() -> None:
"max_retries": 2,
"stop_sequences": None,
"anthropic_api_url": "https://api.anthropic.com",
"anthropic_proxy": None,
"anthropic_api_key": SecretStr("bar"),
"betas": None,
"default_headers": None,