From 12bcf31efe08a1601409566191c920fdab0e3e2e Mon Sep 17 00:00:00 2001 From: yedongfu Date: Fri, 16 Jul 2021 10:37:31 +0800 Subject: [PATCH] update --- common/utils_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)