From 85089adeab6ebf24cc003280577772738c3c833c Mon Sep 17 00:00:00 2001 From: fewensa Date: Sat, 14 Mar 2026 05:21:59 +0000 Subject: [PATCH] Add missing async proxy test attribute --- rttp_client/tests/test_http_async.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rttp_client/tests/test_http_async.rs b/rttp_client/tests/test_http_async.rs index 2390e55..329d6e6 100644 --- a/rttp_client/tests/test_http_async.rs +++ b/rttp_client/tests/test_http_async.rs @@ -101,6 +101,7 @@ fn test_async_https() { }); } +#[test] #[cfg(feature = "async")] fn test_async_http_proxy_uses_absolute_form_for_http_requests() { let (addr, _handle) = support::spawn_http_proxy_server();