mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
bugfix: acl sso auth methods test failures (#15512)
This PR fixes unit test failures introduced in f4e89e2
This commit is contained in:
committed by
GitHub
parent
f4e89e2895
commit
9dbe34ac05
@@ -87,7 +87,7 @@ func TestACLAuthMethodCreateCommand_Run(t *testing.T) {
|
||||
|
||||
args = []string{
|
||||
"-address=" + url, "-token=" + rootACLToken.SecretID, "-name=acl-auth-method-cli-test",
|
||||
"-type=OIDC", "-token-locality=global", "-default=true", "-max-token-ttl=3600s",
|
||||
"-type=OIDC", "-token-locality=global", "-default=false", "-max-token-ttl=3600s",
|
||||
fmt.Sprintf("-config=@%s", configFile.Name()),
|
||||
}
|
||||
must.Eq(t, 0, cmd.Run(args))
|
||||
|
||||
Reference in New Issue
Block a user