mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove select-client-certificate issueCert assert
This commit is contained in:
@@ -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])
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user