diff --git a/pkg/lib/ip_helper_test.go b/pkg/lib/ip_helper_test.go index 2e8ac616..46422014 100644 --- a/pkg/lib/ip_helper_test.go +++ b/pkg/lib/ip_helper_test.go @@ -7,7 +7,7 @@ import ( ) func TestGetCurrentIP(t *testing.T) { - conf := &settings.Settings{IPUrls: []string{"https://myip.biturl.top", "https://ip4.seeip.org"}} + conf := &settings.Settings{IPUrls: []string{"https://myip.biturl.top"}} helper := NewIPHelper(conf) ip := helper.GetCurrentIP()