mirror of https://github.com/status-im/consul.git
agent: fix tests after default status change
This commit is contained in:
parent
d2fc11c19d
commit
149656951d
|
@ -23,6 +23,7 @@ func TestSessionCreate(t *testing.T) {
|
|||
Node: srv.agent.config.NodeName,
|
||||
Name: "consul",
|
||||
ServiceID: "consul",
|
||||
Status: structs.HealthPassing,
|
||||
},
|
||||
}
|
||||
var out struct{}
|
||||
|
|
Loading…
Reference in New Issue