provisioner issuer -> name
This commit is contained in:
parent
ce5f420d77
commit
0d9dd2d14b
11 changed files with 57 additions and 44 deletions
|
@ -204,7 +204,7 @@ func TestSign(t *testing.T) {
|
|||
_, err := asn1.Unmarshal(ext.Value, &val)
|
||||
assert.FatalError(t, err)
|
||||
assert.Equals(t, val.Type, provisionerTypeJWK)
|
||||
assert.Equals(t, val.Name, []byte(p.Issuer))
|
||||
assert.Equals(t, val.Name, []byte(p.Name))
|
||||
assert.Equals(t, val.CredentialID, []byte(p.Key.KeyID))
|
||||
}
|
||||
assert.Equals(t, found, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue