diff --git a/test/index.js b/test/index.js index ea33a4a..7a1f1ca 100644 --- a/test/index.js +++ b/test/index.js @@ -15,7 +15,7 @@ test('handle missing cert_url parameter', function (t) { } } verifier(undefined, signature, JSON.stringify(body), function (er) { - t.equal(er, 'missing certificate url') + t.equal(er, 'Mmissing certificate url') t.end() }) })