diff --git a/consul/health_endpoint_test.go b/consul/health_endpoint_test.go index b3dc39f43..b817f9db0 100644 --- a/consul/health_endpoint_test.go +++ b/consul/health_endpoint_test.go @@ -1,10 +1,10 @@ package consul import ( + "github.com/hashicorp/consul/testutil" "github.com/hashicorp/consul/consul/structs" "os" "testing" - "time" ) func TestHealth_ChecksInState(t *testing.T) {