diff --git a/tests/integration_cancellation_tests.rs b/tests/integration_cancellation_tests.rs index 83dc540..860086c 100644 --- a/tests/integration_cancellation_tests.rs +++ b/tests/integration_cancellation_tests.rs @@ -52,6 +52,8 @@ async fn create_test_app_state() -> Arc { 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, };