This commit is contained in:
Looly
2023-03-31 03:38:11 +08:00
parent 4b646f745f
commit 41d1415cf5
4 changed files with 13 additions and 18 deletions

View File

@@ -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();