fixup tests, in particular foil the cache for the timeout test

This commit is contained in:
Louis Dureuil 2025-03-13 11:13:36 +01:00
parent b08544e86d
commit d0b0b90d17
No known key found for this signature in database
2 changed files with 4 additions and 5 deletions

View file

@ -1995,7 +1995,7 @@ async fn timeout() {
let (response, code) = index
.search_post(json!({
"q": "grand chien de berger des montagnes",
"q": "grand chien de berger des montagnes foil the cache",
"hybrid": {"semanticRatio": 0.99, "embedder": "default"}
}))
.await;