Private
Public Access
1
0

fix(ci): add crl_path to test TlsConfig and fix clippy field_reassign_with_default

This commit is contained in:
2026-06-05 14:02:53 -05:00
parent fe9bdce3c1
commit cfdb874062
2 changed files with 10 additions and 3 deletions

View File

@ -78,6 +78,7 @@ fn build_tls_config(cert_dir: &std::path::Path) -> TlsConfig {
.to_string_lossy()
.to_string(),
min_tls_version: "1.3".to_string(),
crl_path: String::new(), // No CRL in E2E tests
}
}