Skip to content

Commit 80d683a

Browse files
committed
add param to unit tests
1 parent e255dfa commit 80d683a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/aws/tests/unit_tests/test_standard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def chat_model_class(self) -> Type[BaseChatModel]:
1818
def chat_model_params(self) -> dict:
1919
return {
2020
"model_id": "anthropic.claude-3-sonnet-20240229-v1:0",
21+
"region_name": "us-east-1",
2122
}
2223

2324
@pytest.mark.xfail(reason="Not implemented.")

0 commit comments

Comments
 (0)