Skip to content

Commit 92e841e

Browse files
fix: fix test
1 parent 9c7e193 commit 92e841e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/local_testing/test_get_optional_params_embeddings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ def test_bedrock_embed_v2_with_drop_params():
6868
custom_llm_provider=custom_llm_provider,
6969
)
7070
print(f"received optional_params: {optional_params}")
71-
assert optional_params == {"dimensions": 512}
71+
assert optional_params == {"dimensions": 512, "embeddingTypes": ["binary"]}

0 commit comments

Comments
 (0)