fix cookie bug

This commit is contained in:
Looly
2019-10-10 16:24:48 +08:00
parent ccff387646
commit 96cf2503cc
5 changed files with 61 additions and 54 deletions

View File

@@ -38,7 +38,7 @@ public class HttpRequestTest {
String body = res.body();
Console.log(res.getCookies());
}
@Test
@Ignore
public void getWithParamsTest() {