We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5a198 commit 722befbCopy full SHA for 722befb
src/main.rs
@@ -19,7 +19,7 @@ mod test {
19
use std::io::Read;
20
21
#[test]
22
- fn test_hello() {
+ fn health_check_works() {
23
let client = Client::tracked(rocket()).expect("Failed to create client");
24
let response = client.get(uri!(super::health_check)).dispatch();
25
0 commit comments