diff --git a/command/agent/session_endpoint_test.go b/command/agent/session_endpoint_test.go index 9052e42385..b5a93eea3a 100644 --- a/command/agent/session_endpoint_test.go +++ b/command/agent/session_endpoint_test.go @@ -23,6 +23,7 @@ func TestSessionCreate(t *testing.T) { Node: srv.agent.config.NodeName, Name: "consul", ServiceID: "consul", + Status: structs.HealthPassing, }, } var out struct{}