mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Deprecate the Original Bootstrap Token Code (#17792)
This commit is contained in:
@@ -29,7 +29,7 @@ func makeACLClient(t *testing.T, cb1 configCallback,
|
||||
})
|
||||
|
||||
// Get the root token
|
||||
root, _, err := client.ACLTokens().Bootstrap(nil)
|
||||
root, _, err := client.ACLTokens().BootstrapOpts("", nil)
|
||||
if err != nil {
|
||||
t.Fatalf("failed to bootstrap ACLs: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user