diff --git a/swarm-controller/src/main.rs b/swarm-controller/src/main.rs index 3c39cf79..d1423759 100644 --- a/swarm-controller/src/main.rs +++ b/swarm-controller/src/main.rs @@ -1057,6 +1057,7 @@ mod tests { status: None, jobq: std::sync::Arc::clone(&sched), webhook_secret: None, + swarm_name: None, }; (state, sched) }