From 42bc5f274b566ae5c07398d3b9b1fce2c22580fc Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 28 Sep 2019 13:49:27 +0200 Subject: [PATCH] Fix logger test writing to configuration.yaml. --- test/logger.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/logger.test.js b/test/logger.test.js index 478574be9..af51e0c42 100644 --- a/test/logger.test.js +++ b/test/logger.test.js @@ -1,4 +1,5 @@ const tmp = require('tmp'); +const data = require('./stub/data'); const dir = tmp.dirSync(); const settings = require('../lib/util/settings'); settings.set(['advanced', 'log_directory'], dir.name + '/%TIMESTAMP%');