diff --git a/fixtures/challenge.pending.response.json b/fixtures/challenge.pending.response.json index 9d87b85..ae9012d 100644 --- a/fixtures/challenge.pending.response.json +++ b/fixtures/challenge.pending.response.json @@ -1,5 +1,6 @@ -{ type: 'dns-01', - status: 'pending', - url: - 'https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/16603341/yCthUw', - token: 'DiO9DFHuFTpNsJxIbOxfVCSPVkpe4lJUjozeSyzkMjI' } +{ + "type": "dns-01", + "status": "pending", + "url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/16603341/yCthUw", + "token": "DiO9DFHuFTpNsJxIbOxfVCSPVkpe4lJUjozeSyzkMjI" +} diff --git a/tests/format-pem-chains.js b/tests/format-pem-chains.js index c037560..43c00cb 100644 --- a/tests/format-pem-chains.js +++ b/tests/format-pem-chains.js @@ -76,5 +76,5 @@ module.exports = function() { console.info('PASS'); - return Promise.resolve(); + return Promise.resolve(); };