We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de7584 commit a3941c8Copy full SHA for a3941c8
1 file changed
tests/oidc/mod.rs
@@ -461,18 +461,10 @@ async fn setup_oidc_test_with_prefix(
461
let config_json = format!(
462
r#"{{
463
"database_url": "{db_url}",
464
- "max_database_pool_connections": 1,
465
- "database_connection_retries": 3,
466
- "database_connection_acquire_timeout_seconds": 15,
467
- "allow_exec": true,
468
- "max_uploaded_file_size": 123456,
469
- "listen_on": "127.0.0.1:0",
470
- "system_root_ca_certificates": false,
471
"oidc_issuer_url": "{}",
472
"oidc_client_id": "{}",
473
"oidc_client_secret": "{}",
474
"oidc_protected_paths": ["/"],
475
- "host": "localhost:1",
476
"site_prefix": "{site_prefix}"
477
}}"#,
478
provider.issuer_url, provider.client_id, provider.client_secret
0 commit comments