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