Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tripplet committed Jun 1, 2024
1 parent d8107f2 commit 2f9173e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ mod tests {
fn default() -> Self {
Self {
listen: "0.0.0.0:1234".parse().unwrap(),

#[cfg(feature = "systemd_socket_activation")]
systemd_activation_idle: Default::default(),

socket_group: Default::default(),
secret: Default::default(),
secret_file: Default::default(),
Expand Down

0 comments on commit 2f9173e

Please sign in to comment.