fix(tests): so... many...

This commit is contained in:
aaldebs99 2025-10-11 20:31:02 +00:00
parent 64a66b987f
commit de785f7745
1 changed files with 2 additions and 4 deletions

View File

@ -835,10 +835,8 @@ impl TestConfigBuilder {
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
s3_enabled: false,