fix(tests): SURELY this is the last of it

This commit is contained in:
aaldebs99 2025-10-11 22:19:54 +00:00
parent 7a07bdc38b
commit a92c028b74
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ async fn create_test_app_state() -> Arc<AppState> {
oidc_client_secret: None,
oidc_issuer_url: None,
oidc_redirect_uri: None,
oidc_auto_register: None,
allow_local_auth: None,
s3_enabled: false,
s3_config: None,
};