mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
follow the IBM convention
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user