mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
follow the IBM convention
This commit is contained in:
parent
f6d0689967
commit
018cadc598
2 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@ async fn test_healthyness() {
|
|||
|
||||
let (response, status_code) = server.get_health().await;
|
||||
assert_eq!(status_code, 200);
|
||||
assert_eq!(response["status"], "ok");
|
||||
assert_eq!(response["status"], "available");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue