Skip to content

Commit

Permalink
fixup! test: move test_[key|ca|cert] to fixtures/keys/
Browse files Browse the repository at this point in the history
  • Loading branch information
reasonablytall committed Jun 3, 2019
1 parent 9d3f3b1 commit 6bffe65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const https = require('https');
const fs = require('fs');

const options = {
pfx: fs.readFileSync('test/fixtures/keys/rsa_cert.pfx'),
pfx: fs.readFileSync('test/fixtures/test_cert.pfx'),
passphrase: 'sample'
};

Expand Down

0 comments on commit 6bffe65

Please sign in to comment.