mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fixup tests, in particular foil the cache for the timeout test
This commit is contained in:
parent
b08544e86d
commit
d0b0b90d17
2 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue