Maint: change default ping address to github.com to test DNS

This commit is contained in:
Quentin McGaw (desktop)
2021-09-11 22:27:32 +00:00
parent 6627cda96c
commit cc677bde93
5 changed files with 7 additions and 7 deletions

View File

@@ -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()