From ee1b5d50247262232a51ef8e0b9f4c0109037658 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 9 Jun 2017 14:51:34 -0400 Subject: [PATCH] Update comment --- command/agent/health_endpoint_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/command/agent/health_endpoint_test.go b/command/agent/health_endpoint_test.go index 46ab1d1730..3dde89ad6c 100644 --- a/command/agent/health_endpoint_test.go +++ b/command/agent/health_endpoint_test.go @@ -658,7 +658,8 @@ func TestHealthServiceNodes_PassingFilter(t *testing.T) { assertIndex(t, resp) - // Should be 0 health check for consul + // Should be 1 consul, it's unhealthy, but we specifically asked for + // everything. nodes := obj.(structs.CheckServiceNodes) if len(nodes) != 1 { t.Fatalf("bad: %v", obj)