mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
acl: fix canonicalization of OIDC auth method mock (#16534)
This commit is contained in:
committed by
GitHub
parent
57a3cbe264
commit
76649dfe2f
@@ -243,8 +243,8 @@ func ACLAuthMethod() *structs.ACLAuthMethod {
|
||||
CreateIndex: 10,
|
||||
ModifyIndex: 10,
|
||||
}
|
||||
method.SetHash()
|
||||
method.Canonicalize()
|
||||
method.SetHash()
|
||||
return &method
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user