mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
fixup tests, in particular foil the cache for the timeout test
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user