diff options
Diffstat (limited to 'test/reload_test.go')
-rw-r--r-- | test/reload_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/reload_test.go b/test/reload_test.go index 45f961298..2880011aa 100644 --- a/test/reload_test.go +++ b/test/reload_test.go @@ -7,7 +7,6 @@ import ( "net/http" "strings" "testing" - "time" "github.com/miekg/dns" ) @@ -101,8 +100,6 @@ func TestReloadMetricsHealth(t *testing.T) { } defer c1.Stop() - time.Sleep(100 * time.Millisecond) - // Health resp, err := http.Get("http://localhost:53184/health") if err != nil { |