diff --git a/package.json b/package.json index 99a68b7729ef2a16329112d4aa784cd9944f1745..9662626a1b5608fe5405c7d252920107996f8aa4 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 fb5f56a83d64af6c10de5d84a77207e6a12381bd..5d8b3a8013e7cefdce3ee26b566e73666a22788e 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) => {