fix(tests): so... many...
This commit is contained in:
parent
64a66b987f
commit
de785f7745
|
|
@ -835,10 +835,8 @@ impl TestConfigBuilder {
|
||||||
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
|
// S3 Configuration
|
||||||
s3_enabled: false,
|
s3_enabled: false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue