Skip to content

Commit 05bdc63

Browse files
committed
Fix test
1 parent 129b9a5 commit 05bdc63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/collection/test_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2060,7 +2060,7 @@ def test_config_with_named_vectors(
20602060
(
20612061
[
20622062
Configure.Vectors.text2vec_aws(
2063-
name="test", region="us-east-1", source_properties=["prop"]
2063+
name="test", region="us-east-1", source_properties=["prop"], model="model"
20642064
)
20652065
],
20662066
{
@@ -2071,6 +2071,7 @@ def test_config_with_named_vectors(
20712071
"vectorizeClassName": True,
20722072
"region": "us-east-1",
20732073
"service": "bedrock",
2074+
"model": "model",
20742075
}
20752076
},
20762077
"vectorIndexType": "hnsw",

0 commit comments

Comments
 (0)