Skip to content

Commit c6b9ca8

Browse files
committed
1 parent 0d8aa97 commit c6b9ca8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"homepage": "https://github.com/fastify/fastify-oauth2#readme",
2727
"devDependencies": {
28-
"fastify": "^3.0.0-rc.1",
28+
"fastify": "^3.0.0-rc.4",
2929
"nock": "^12.0.3",
3030
"pre-commit": "^1.2.2",
3131
"simple-get": "^4.0.0",

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ t.test('options.callbackUriParams should be an object', t => {
259259
})
260260

261261
t.test('options.callbackUriParams', t => {
262-
const fastify = createFastify({ logger: true })
262+
const fastify = createFastify({ logger: { level: 'silent' } })
263263

264264
fastify.register(oauthPlugin, {
265265
name: 'the-name',
@@ -299,7 +299,7 @@ t.test('options.callbackUriParams', t => {
299299

300300
t.test('options.generateStateFunction with request', t => {
301301
t.plan(5)
302-
const fastify = createFastify({ logger: true })
302+
const fastify = createFastify()
303303

304304
fastify.register(oauthPlugin, {
305305
name: 'the-name',

0 commit comments

Comments
 (0)