From eb179eb4f325415893bbfd3c29db2ca6da4923e6 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 12 Dec 2023 18:17:20 -0800 Subject: [PATCH] placeholder api key in unit test --- libs/partners/anthropic/tests/unit_tests/test_chat_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/anthropic/tests/unit_tests/test_chat_models.py b/libs/partners/anthropic/tests/unit_tests/test_chat_models.py index 071c86c2507..e08de12cf3a 100644 --- a/libs/partners/anthropic/tests/unit_tests/test_chat_models.py +++ b/libs/partners/anthropic/tests/unit_tests/test_chat_models.py @@ -6,4 +6,4 @@ from langchain_anthropic.chat_models import ChatAnthropic def test_integration_initialization() -> None: """Test chat model initialization.""" - ChatAnthropic() + ChatAnthropic(anthropic_api_key="foo")