Preserve synchronous IP cleanup queue contract + Rustfmt

This commit is contained in:
Alexey
2026-04-30 11:05:04 +03:00
parent c3de07db6a
commit d46bda9880
6 changed files with 11 additions and 47 deletions

View File

@@ -2618,9 +2618,7 @@ mod tests {
let path = dir.join("telemt_me_route_blocking_send_timeout_zero_test.toml");
std::fs::write(&path, toml).unwrap();
let err = ProxyConfig::load(&path).unwrap_err().to_string();
assert!(
err.contains("general.me_route_blocking_send_timeout_ms must be within [1, 5000]")
);
assert!(err.contains("general.me_route_blocking_send_timeout_ms must be within [1, 5000]"));
let _ = std::fs::remove_file(path);
}