Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Oct 10, 2023
1 parent 411fef5 commit 727a462
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/context/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ impl EchoServer {
log_level: "info,echo-server=info".into(),
log_level_otel: "info,echo-server=trace".into(),
disable_header: true,
relay_public_key: String::new(),
validate_signatures: false,
database_url: DATABASE_URL.into(),
#[cfg(feature = "multitenant")]
Expand Down
1 change: 0 additions & 1 deletion tests/unit/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
mod messages;
mod middleware;
mod relay;

0 comments on commit 727a462

Please sign in to comment.