From 269d07bf2a4a285a7b000680a3c934e4409f0d5b Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Wed, 15 Feb 2017 17:28:10 +0100 Subject: [PATCH] [fix] #784 #799 #837 Update duniter-bma --- package.json | 2 +- test/integration/tools/toolbox.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 99a68b772..9662626a1 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "colors": "1.1.2", "commander": "2.9.0", "daemonize2": "0.4.2", - "duniter-bma": "^0.2.10", + "duniter-bma": "^0.2.11", "duniter-common": "0.1.0", "duniter-crawler": "^0.2.9", "duniter-keypair": "^0.3.0", diff --git a/test/integration/tools/toolbox.js b/test/integration/tools/toolbox.js index fb5f56a83..5d8b3a801 100644 --- a/test/integration/tools/toolbox.js +++ b/test/integration/tools/toolbox.js @@ -125,7 +125,7 @@ module.exports = { processRequest: () => { /* Does nothing */ } }; - const fakeServer = yield network.createServersAndListen("Fake Duniter Server", [{ + const fakeServer = yield network.createServersAndListen("Fake Duniter Server", { conf: {} }, [{ ip: host, port: port }], NO_HTTP_LOGS, logger, NO_STATIC_PATH, (app, httpMethods) => { -- GitLab