mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Update crates/meilisearch/tests/index/update_index.rs
Co-authored-by: Tamo <irevoire@protonmail.ch>
This commit is contained in:
parent
7e9909ee45
commit
f77abc9dc8
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ async fn update_primary_key() {
|
|||
let (task, _status_code) = index.update(Some("primary")).await;
|
||||
|
||||
let response = index.wait_task(task.uid()).await.succeeded();
|
||||
|
||||
assert_eq!(response["status"], "succeeded");
|
||||
|
||||
let (response, code) = index.get().await;
|
||||
|
||||
assert_eq!(code, 200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue