Fix default connection string and set port as environment variable

This commit is contained in:
Alex Selimov 2026-03-19 23:44:37 -04:00
parent 44c9f0e705
commit a3b201fa09
4 changed files with 12 additions and 3 deletions

View file

@ -141,6 +141,8 @@ mod tests {
db,
env: Env {
postgres_connection_string: String::new(),
allowed_origins: vec![],
port: "3000".to_string(),
},
}
}