fix(health): change default target address to cloudflare.com:443
This commit is contained in:
@@ -19,7 +19,7 @@ func Test_Server_healthCheck(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
dialer := &net.Dialer{}
|
||||
const address = "github.com:443"
|
||||
const address = "cloudflare.com:443"
|
||||
|
||||
server := &Server{
|
||||
dialer: dialer,
|
||||
|
||||
Reference in New Issue
Block a user