mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
spelling: bootstrap
This commit is contained in:
@@ -33,7 +33,7 @@ func TestACLBootstrapCommand(t *testing.T) {
|
||||
assert.Contains(out, "Secret ID")
|
||||
}
|
||||
|
||||
// If a bootsrap token has already been created, attempts to create more should
|
||||
// If a bootstrap token has already been created, attempts to create more should
|
||||
// fail.
|
||||
func TestACLBootstrapCommand_ExistingBootstrapToken(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
@@ -265,7 +265,7 @@ func TestHTTP_ACLTokenList(t *testing.T) {
|
||||
t.Fatalf("missing last contact")
|
||||
}
|
||||
|
||||
// Check the output (includes boostrap token)
|
||||
// Check the output (includes bootstrap token)
|
||||
n := obj.([]*structs.ACLTokenListStub)
|
||||
if len(n) != 4 {
|
||||
t.Fatalf("bad: %#v", n)
|
||||
|
||||
@@ -242,7 +242,7 @@ func TestAgent_ServerConfig(t *testing.T) {
|
||||
t.Fatalf("should have set bootstrap mode")
|
||||
}
|
||||
if out.BootstrapExpect != 0 {
|
||||
t.Fatalf("boostrap expect should be 0")
|
||||
t.Fatalf("bootstrap expect should be 0")
|
||||
}
|
||||
|
||||
conf.Server.BootstrapExpect = 3
|
||||
|
||||
Reference in New Issue
Block a user