mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix experimental features snapshots in tests
This commit is contained in:
parent
9e1b458010
commit
3a99a555a2
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ async fn index_with_documents<'a>(server: &'a Server, documents: &Value) -> Inde
|
||||||
"scoreDetails": false,
|
"scoreDetails": false,
|
||||||
"vectorStore": true,
|
"vectorStore": true,
|
||||||
"metrics": false,
|
"metrics": false,
|
||||||
"exportPuffinReports": false,
|
"exportPuffinReports": false
|
||||||
"proximityPrecision": false
|
|
||||||
}
|
}
|
||||||
"###);
|
"###);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue