Skip to content

Commit ec5ebe5

Browse files
committed
fix: cts
1 parent 8b4d51b commit ec5ebe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CTS/requests/search/setSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,11 +839,11 @@
839839
"path": "/1/indexes/theIndexName/settings",
840840
"method": "PUT",
841841
"body": {
842-
"searchableAttributes": ["name", "description"],
842+
"searchableAttributes": ["name", "description"]
843+
},
843844
"queryParameters": {
844845
"forwardToReplicas": "true"
845846
}
846-
}
847847
}
848848
},
849849
{

0 commit comments

Comments
 (0)