diff --git a/libs/langchain_v1/tests/unit_tests/chat_models/test_chat_models.py b/libs/langchain_v1/tests/unit_tests/chat_models/test_chat_models.py index 0f991195f7d..450844cbec1 100644 --- a/libs/langchain_v1/tests/unit_tests/chat_models/test_chat_models.py +++ b/libs/langchain_v1/tests/unit_tests/chat_models/test_chat_models.py @@ -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,