fix(tests): make those optional too
This commit is contained in:
parent
1a7e6d7fa9
commit
64a66b987f
|
|
@ -204,10 +204,8 @@ pub fn create_test_config() -> Config {
|
||||||
oidc_client_secret: None,
|
oidc_client_secret: None,
|
||||||
oidc_issuer_url: None,
|
oidc_issuer_url: None,
|
||||||
oidc_redirect_uri: None,
|
oidc_redirect_uri: None,
|
||||||
oidc_auto_register: true,
|
oidc_auto_register: None,
|
||||||
|
allow_local_auth: None,
|
||||||
// Authentication Configuration
|
|
||||||
allow_local_auth: true,
|
|
||||||
|
|
||||||
// S3 Configuration (disabled for tests by default)
|
// S3 Configuration (disabled for tests by default)
|
||||||
s3_enabled: false,
|
s3_enabled: false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue