mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-28 10:18:30 +00:00
Update policy test
This commit is contained in:
@@ -80,7 +80,7 @@ func TestAuthority_checkPolicy(t *testing.T) {
|
||||
},
|
||||
err: &PolicyError{
|
||||
Typ: AdminLockOut,
|
||||
Err: errors.New("the provided policy would lock out [step] from the CA. Please update your policy to include [step] as an allowed name"),
|
||||
Err: errors.New("the provided policy would lock out [step] from the CA. Please create an x509 policy to include [step] as an allowed DNS name"),
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user