Maint: change default ping address to github.com to test DNS
This commit is contained in:
@@ -70,7 +70,7 @@ func Test_healthCheck(t *testing.T) {
|
||||
t.Run("canceled real pinger", func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
pinger := newPinger("1.1.1.1")
|
||||
pinger := newPinger("github.com")
|
||||
|
||||
canceledCtx, cancel := context.WithCancel(context.Background())
|
||||
cancel()
|
||||
|
||||
Reference in New Issue
Block a user