mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
Make fmt
This commit is contained in:
parent
2fe91f1a07
commit
becd10f43e
@ -50,7 +50,7 @@ func pathConfig(b *backend) *framework.Path {
|
||||
Type: framework.TypeString,
|
||||
Default: "",
|
||||
Description: "RADIUS NAS Identifier field (optional)",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
ExistenceCheck: b.configExistenceCheck,
|
||||
|
||||
@ -342,8 +342,8 @@ func TestIdentityStore_EntityCreateUpdate(t *testing.T) {
|
||||
|
||||
func TestIdentityStore_CloneImmutability(t *testing.T) {
|
||||
alias := &identity.Alias{
|
||||
ID: "testaliasid",
|
||||
Name: "testaliasname",
|
||||
ID: "testaliasid",
|
||||
Name: "testaliasname",
|
||||
MergedFromCanonicalIDs: []string{"entityid1"},
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user