Skip to content

Commit

Permalink
Add a secret to app-https-test-as-root.js
Browse files Browse the repository at this point in the history
Fixes a crash due to #1387.
  • Loading branch information
strugee committed Oct 5, 2018
1 parent ae10992 commit 97a3605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/app-https-test-as-root.js
Expand Up @@ -134,6 +134,7 @@ suite.addBatch({
topic: function() {
var config = {port: 443,
hostname: "secure.localhost",
secret: "look ma an https!",
key: path.join(__dirname, "data", "secure.localhost.key"),
cert: path.join(__dirname, "data", "secure.localhost.crt"),
driver: tc.driver,
Expand Down

0 comments on commit 97a3605

Please sign in to comment.