diff --git a/index.js b/index.js index 4736f2c..5221f4c 100644 --- a/index.js +++ b/index.js @@ -69,7 +69,7 @@ function run(challenger, opts) { query.identifier = ch.identifier; query.token = ch.token; // For testing only - query.url = ch.token; + query.url = ch.challengeUrl; } else if ('dns-01' === ch.type) { query.identifier = { type: 'dns', value: ch.dnsHost }; // For testing only diff --git a/package.json b/package.json index 3d48e9a..917fbbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenlock-challenge-test", - "version": "3.0.0", + "version": "3.0.1", "description": "The base set of tests for all ACME challenge strategies. Any `greenlock-challenge-` plugin should be able to pass these tests.", "main": "index.js", "dependencies": {},