We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cc3b65 + c90eec9 commit 9a1faecCopy full SHA for 9a1faec
package.json
@@ -24,7 +24,7 @@
24
],
25
"homepage": "https://github.com/fastify/fastify-oauth2#readme",
26
"devDependencies": {
27
- "fastify": "^1.5.0",
+ "fastify": "^2.0.1",
28
"nock": "^9.3.2",
29
"pre-commit": "^1.2.2",
30
"simple-get": "^3.0.2",
test.js
@@ -318,6 +318,6 @@ t.test('already decorated', t => {
318
callbackUri: '/callback'
319
})
320
.ready(err => {
321
- t.strictSame(err.message, 'The decorator \'githubOAuth2\' has already been added!')
+ t.strictSame(err.message, 'FST_ERR_DEC_ALREADY_PRESENT: The decorator \'githubOAuth2\' has already been added!')
322
323
0 commit comments