tests for new post notifications and dashboard stats
This commit is contained in:
@@ -161,7 +161,6 @@ async fn subscription_works_after_unsubscribe(connection_pool: PgPool) {
|
||||
let requests = app.email_server.received_requests().await.unwrap();
|
||||
let confirmation_request = requests.last().unwrap();
|
||||
let confirmation_links = app.get_confirmation_links(confirmation_request);
|
||||
dbg!(&confirmation_links.html.as_str());
|
||||
|
||||
let response = reqwest::get(confirmation_links.html).await.unwrap();
|
||||
assert_eq!(response.status().as_u16(), 200);
|
||||
|
||||
Reference in New Issue
Block a user