fix #I85C9S@Gitee

This commit is contained in:
Looly 2023-10-06 21:25:03 +08:00
parent 74916a4c07
commit 1e46b4a0b3

View File

@ -18,12 +18,16 @@ import org.dromara.hutool.http.client.Request;
import org.dromara.hutool.http.client.Response; import org.dromara.hutool.http.client.Response;
import org.dromara.hutool.http.client.engine.httpclient4.HttpClient4Engine; import org.dromara.hutool.http.client.engine.httpclient4.HttpClient4Engine;
import org.dromara.hutool.http.meta.Method; import org.dromara.hutool.http.meta.Method;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import java.util.HashMap; import java.util.HashMap;
public class IssueI85C9STest { public class IssueI85C9STest {
@Test @Test
@Disabled
void getWithFormTest() { void getWithFormTest() {
final Response send = Request.of("http://localhost:8888/formTest") final Response send = Request.of("http://localhost:8888/formTest")
.method(Method.GET) .method(Method.GET)