mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
placeholder api key in unit test
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user