agent: fix tests after default status change

This commit is contained in:
Ryan Uber 2014-10-15 15:43:53 -07:00
parent d2fc11c19d
commit 149656951d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ func TestSessionCreate(t *testing.T) {
Node: srv.agent.config.NodeName,
Name: "consul",
ServiceID: "consul",
Status: structs.HealthPassing,
},
}
var out struct{}