mirror of
https://github.com/telemt/telemt.git
synced 2026-04-16 10:04:10 +03:00
fix: add missing imports in test code
- Add ProxyError import and fix Result type annotation in tls.rs - Add Arc import in stats/mod.rs test module - Add BodyExt import in metrics.rs test module These imports were missing causing compilation failures in cargo test --release with 10 errors.
This commit is contained in:
@@ -229,6 +229,7 @@ fn render_metrics(stats: &Stats) -> String {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use http_body_util::BodyExt;
|
||||
|
||||
#[test]
|
||||
fn test_render_metrics_format() {
|
||||
|
||||
Reference in New Issue
Block a user