diff --git a/common/utils_test.go b/common/utils_test.go index 31b3afe..85177bb 100644 --- a/common/utils_test.go +++ b/common/utils_test.go @@ -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)