fix all the tests

This commit is contained in:
Tamo 2024-12-30 15:02:12 +01:00
parent 4456df5a46
commit dd128656cb
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
6 changed files with 21 additions and 14 deletions

View file

@ -260,7 +260,7 @@ async fn distribution_shift() {
snapshot!(code, @"202 Accepted");
let response = server.wait_task(response.uid()).await;
snapshot!(response["details"], @r###"{"embedders":{"default":{"distribution":{"mean":0.998,"sigma":0.01}}}}"###);
snapshot!(response["details"], @r#"{"embedders":{"default":{"distribution":{"mean":0.998,"sigma":0.01}}}}"#);
let (response, code) = index.search_post(search).await;
snapshot!(code, @"200 OK");