Remove select-client-certificate issueCert assert
This commit is contained in:
parent
a1dca8afc9
commit
095d711848
1 changed files with 0 additions and 1 deletions
|
@ -210,7 +210,6 @@ describe('app module', function () {
|
|||
assert.equal(list[0].subjectName, 'Client Cert')
|
||||
assert.equal(list[0].issuer.commonName, 'Intermediate CA')
|
||||
assert.equal(list[0].subject.commonName, 'Client Cert')
|
||||
assert.equal(list[0].issuerCert.subject.commonName, 'Intermediate CA')
|
||||
callback(list[0])
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue