server: address lint

This commit is contained in:
Bill Thiede 2025-08-15 14:01:14 -07:00
parent 5b471b278c
commit a1be436209

View File

@ -736,6 +736,8 @@ mod tests {
} }
"#; "#;
// The following constants are kept for future test expansion, but are currently unused.
/*
const REPORT_V2: &str = r#" const REPORT_V2: &str = r#"
{ {
"organization-name": "Google Inc.", "organization-name": "Google Inc.",
@ -805,6 +807,7 @@ mod tests {
] ]
} }
"#; "#;
*/
#[test] #[test]
fn test_parse_tls_report_v1() { fn test_parse_tls_report_v1() {