From 25ec0145a3eeeef2e60d52464a1c929825f95b5f Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Fri, 22 Nov 2019 11:52:36 +0100 Subject: [PATCH] Remove the spurious logger --- test/subscription-connection.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/subscription-connection.js b/test/subscription-connection.js index 5732e1a0..3a4d9860 100644 --- a/test/subscription-connection.js +++ b/test/subscription-connection.js @@ -25,11 +25,7 @@ test('socket is closed on unhandled promise rejection in handleMessage', t => { './subscription-connection': MockSubscriptionConnection }) - const app = fastify({ - logger: { - level: 'info' - } - }) + const app = fastify() t.tearDown(() => app.close()) app.register(subscription, { getOptions: {