diff --git a/server/src/invites.rs b/server/src/invites.rs index 45077d1..29acb33 100644 --- a/server/src/invites.rs +++ b/server/src/invites.rs @@ -171,8 +171,6 @@ mod invites_test { super::join(&p, &mut resp, params).await; let _ = p.disconnect().await; - // Analysis - todo assert_eq!(StatusCode::OK, resp.status()); - println!("Body contents (should be nothing) => {:?}", resp.body()); } }