Fix experimental features snapshots in tests

This commit is contained in:
ManyTheFish 2023-12-18 10:05:51 +01:00
parent 9e1b458010
commit 3a99a555a2

View File

@ -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
} }
"###); "###);