mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix #I85C9S@Gitee
This commit is contained in:
parent
74916a4c07
commit
1e46b4a0b3
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user