fix(tests): make those optional too

This commit is contained in:
aaldebs99 2025-10-11 19:30:17 +00:00
parent 1a7e6d7fa9
commit 64a66b987f
1 changed files with 2 additions and 4 deletions

View File

@ -204,10 +204,8 @@ pub fn create_test_config() -> Config {
oidc_client_secret: None,
oidc_issuer_url: None,
oidc_redirect_uri: None,
oidc_auto_register: true,
// Authentication Configuration
allow_local_auth: true,
oidc_auto_register: None,
allow_local_auth: None,
// S3 Configuration (disabled for tests by default)
s3_enabled: false,