Test to make sure bootstrap is missing
This commit is contained in:
parent
5f035da4f1
commit
22e546ff32
|
@ -54,4 +54,7 @@ func TestIsConsulServer(t *testing.T) {
|
|||
if !ok || parts.Expect != 3 {
|
||||
t.Fatalf("bad: %v", parts.Expect)
|
||||
}
|
||||
if parts.Bootstrap {
|
||||
t.Fatalf("unexpected bootstrap")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue