Update comment

This commit is contained in:
Seth Vargo 2017-06-09 14:51:34 -04:00
parent 532f8d1435
commit ee1b5d5024
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF

View File

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