forked from TrueCloudLab/certificates
Fix merge issue.
This commit is contained in:
parent
35bd3ec383
commit
ce5e1b4934
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ ZYtQ9Ot36qc=
|
||||||
NotAfter: now.Add(365 * 24 * time.Hour),
|
NotAfter: now.Add(365 * 24 * time.Hour),
|
||||||
}}
|
}}
|
||||||
_a := testAuthority(t)
|
_a := testAuthority(t)
|
||||||
_a.config.AuthorityConfig.Template = &x509util.ASN1DN{}
|
_a.config.AuthorityConfig.Template = &ASN1DN{}
|
||||||
_a.db = &db.MockAuthDB{
|
_a.db = &db.MockAuthDB{
|
||||||
MStoreCertificate: func(crt *x509.Certificate) error {
|
MStoreCertificate: func(crt *x509.Certificate) error {
|
||||||
assert.Equals(t, crt.Subject, pkix.Name{})
|
assert.Equals(t, crt.Subject, pkix.Name{})
|
||||||
|
|
Loading…
Reference in a new issue