This commit is contained in:
yedongfu 2021-07-16 10:37:31 +08:00
parent 5bc1571f01
commit 12bcf31efe

View File

@ -80,7 +80,7 @@ func TestGin(t *testing.T) {
}
func TestResty(t *testing.T) {
resp, err := RestyClient.R().Get("http://baidu.com")
resp, err := RestyClient.R().Get("http://taobao.com")
assert.Equal(t, nil, err)
err2 := CatchP(func() {
CheckRestySuccess(resp, err)