mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +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.engine.httpclient4.HttpClient4Engine;
|
||||
import org.dromara.hutool.http.meta.Method;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
public class IssueI85C9STest {
|
||||
|
||||
|
||||
@Test
|
||||
@Disabled
|
||||
void getWithFormTest() {
|
||||
final Response send = Request.of("http://localhost:8888/formTest")
|
||||
.method(Method.GET)
|
||||
|
Loading…
Reference in New Issue
Block a user