mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
fix(http): commit date & SHA in startup message
This commit is contained in:
parent
8df5f73706
commit
f87afbc558
4 changed files with 15 additions and 10 deletions
|
@ -9,7 +9,7 @@ async fn get_settings_unexisting_index() {
|
|||
assert_eq!(code, 200);
|
||||
let version = response.as_object().unwrap();
|
||||
assert!(version.get("commitSha").is_some());
|
||||
assert!(version.get("buildDate").is_some());
|
||||
assert!(version.get("commitDate").is_some());
|
||||
assert!(version.get("pkgVersion").is_some());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue