diff --git a/volo-http/src/client/mod.rs b/volo-http/src/client/mod.rs index 118e5061..f42f763d 100644 --- a/volo-http/src/client/mod.rs +++ b/volo-http/src/client/mod.rs @@ -1335,11 +1335,6 @@ mod client_tests { .send() .await .unwrap(); - _ = client - .get("http://httpbin.org/delete?key") - .send() - .await - .unwrap(); let resp = client .get("http://httpbin.org/cookies") .send()