From a1be4362096de1f4da57175fb2095fd3531505ed Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Fri, 15 Aug 2025 14:01:14 -0700 Subject: [PATCH] server: address lint --- server/src/nm.rs | 3 +++ 1 file changed, 3 insertions(+) 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() {