Skip to content

Commit

Permalink
fixing acceptance test
Browse files Browse the repository at this point in the history
missing from last commit
  • Loading branch information
abdelr committed Apr 19, 2024
1 parent 4445c74 commit a3b33ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/acceptance/schema/get_schema_without_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ func testGetSchemaWithoutClient(t *testing.T) {
"dynamicEfFactor": float64(8),
"distance": "cosine",
"bq": map[string]interface{}{
"enabled": false,
"enabled": false,
"rescoreLimit": float64(256),
},
"pq": map[string]interface{}{
"bitCompression": false,
Expand All @@ -63,6 +64,7 @@ func testGetSchemaWithoutClient(t *testing.T) {
},
"segments": float64(0),
"trainingLimit": float64(100000),
"rescoreLimit": float64(256),
},
},
"shardingConfig": map[string]interface{}{
Expand Down

0 comments on commit a3b33ff

Please sign in to comment.