Test to make sure bootstrap is missing

This commit is contained in:
Sean Chittenden 2016-03-25 12:20:12 -07:00
parent 5f035da4f1
commit 22e546ff32

View file

@ -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")
}
}