diff --git a/src/activity_sending.rs b/src/activity_sending.rs index 3b27e2a..bd57f50 100644 --- a/src/activity_sending.rs +++ b/src/activity_sending.rs @@ -253,7 +253,7 @@ mod tests { .with_state(state); axum::serve( - TcpListener::bind("0.0.0.0:8002").await.unwrap(), + TcpListener::bind("0.0.0.0:8001").await.unwrap(), app.into_make_service(), ) .await