We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a8f3c commit 3f13a0dCopy full SHA for 3f13a0d
test/pem.spec.js
@@ -387,6 +387,8 @@ describe('General Tests', function () {
387
388
var d = fs.readFileSync('./test/fixtures/pem196.pem').toString()
389
pem.readCertificateInfo(d, function (error, data) {
390
+ if (data.serial) delete data.serial
391
+ if (certInfo.serial) delete certInfo.serial
392
hlp.checkError(error)
393
hlp.checkCertificateData(data, certInfo)
394
hlp.checkTmpEmpty()
0 commit comments