fix(tests): SURELY this is the last of it
This commit is contained in:
parent
7a07bdc38b
commit
a92c028b74
|
|
@ -52,6 +52,8 @@ async fn create_test_app_state() -> Arc<AppState> {
|
||||||
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: None,
|
||||||
|
allow_local_auth: None,
|
||||||
s3_enabled: false,
|
s3_enabled: false,
|
||||||
s3_config: None,
|
s3_config: None,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue