This commit is contained in:
Jeff Mitchell 2018-10-20 21:09:51 -04:00
parent 8073ebcd1e
commit 89f0efb6a1
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ func pathConfig(b *backend) *framework.Path {
Type: framework.TypeString,
Default: "",
Description: "RADIUS NAS Identifier field (optional)",
},
},
},
ExistenceCheck: b.configExistenceCheck,

View File

@ -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"},
}