mirror of https://github.com/hashicorp/consul
parent
b1194e83cb
commit
d18e4d7455
|
@ -58,7 +58,7 @@ func TestIsConsulServer(t *testing.T) {
|
|||
t.Fatalf("unexpected bootstrap")
|
||||
}
|
||||
|
||||
delete(m.Tags, "consul")
|
||||
delete(m.Tags, "role")
|
||||
ok, parts = server_details.IsConsulServer(m)
|
||||
if ok {
|
||||
t.Fatalf("unexpected ok server")
|
||||
|
|
Loading…
Reference in New Issue