diff --git a/test.js b/test.js index 739ef11..8fa82ce 100644 --- a/test.js +++ b/test.js @@ -15,7 +15,7 @@ var challenge = 'xxx-acme-challenge-xxx'; var keyAuthorization = 'xxx-acme-challenge-xxx.xxx-acme-authorization-xxx'; setTimeout(function () { - leChallengeDns.test(opts, domain, challenge, null, function (err) { + leChallengeDns.test(opts, domain, challenge, keyAuthorization, function (err) { // if there's an error, there's a problem if (err) { throw err; }