Confirm subscription endpoint
This commit is contained in:
@@ -6,7 +6,7 @@ async fn health_check_works() {
|
||||
let client = reqwest::Client::new();
|
||||
|
||||
let response = client
|
||||
.get(format!("http://{}/health_check", app.address))
|
||||
.get(format!("{}/health_check", app.address))
|
||||
.send()
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user