mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -105,7 +105,7 @@ public class HttpUtilTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Disabled
|
||||
@Disabled
|
||||
public void patchTest() {
|
||||
// 验证patch请求是否可用
|
||||
final String body = HttpUtil.send(Request.of("https://hutool.cn").method(Method.PATCH)).bodyStr();
|
||||
|
Reference in New Issue
Block a user