forked from TrueCloudLab/certificates
Fix unit tests
This commit is contained in:
parent
d68c765e20
commit
15dc7901e5
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ ZYtQ9Ot36qc=
|
|||
notBefore: signOpts.NotBefore.Time().Truncate(time.Second),
|
||||
notAfter: signOpts.NotAfter.Time().Truncate(time.Second),
|
||||
extensionsCount: 6,
|
||||
err: errors.New("authority not allowed to sign"),
|
||||
err: errors.New("dns name \"test.smallstep.com\" not allowed"),
|
||||
code: http.StatusForbidden,
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue