update tests

This commit is contained in:
qdequele
2020-02-26 16:05:02 +01:00
parent 2eb6f81c58
commit aa95c26e07
3 changed files with 25 additions and 25 deletions

View File

@ -66,7 +66,7 @@ pub fn enrich_server_with_movies_settings(
"_exactness",
"dsc(vote_average)",
],
"rankingDistinct": null,
"distinctAttribute": null,
"searchableAttributes": [
"title",
"tagline",
@ -92,7 +92,7 @@ pub fn enrich_server_with_movies_settings(
],
"stopWords": null,
"synonyms": null,
"indexNewFields": false,
"acceptNewFields": false,
});
let body = json.to_string().into_bytes();