mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
shave off 15s by providing a shared instance to the integration tests
This commit is contained in:
parent
2d9a055fb9
commit
e5345fb0eb
20 changed files with 297 additions and 297 deletions
|
@ -43,7 +43,7 @@ async fn update_embedder() {
|
|||
let ret = server.wait_task(response.uid()).await;
|
||||
snapshot!(ret, @r###"
|
||||
{
|
||||
"uid": 1,
|
||||
"uid": "[uid]",
|
||||
"indexUid": "doggo",
|
||||
"status": "succeeded",
|
||||
"type": "settingsUpdate",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue