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 d724a7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "auth-server"
version = "1.3.7"
version = "1.3.8"
authors = ["Tobias Tangemann <[email protected]>"]
description = "Service for authenticating requests from nginx (ngx_http_auth_request_module)."
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=auth-server
pkgver=1.3.7
pkgver=1.3.8
pkgrel=1
pkgdesc='Service for authenticating requests from nginx (ngx_http_auth_request_module).'
url="https://github.com/tripplet/auth-server"
Expand Down
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 d724a7e

Please sign in to comment.