From ffa0156e8481b08f4149b1dc111be41b45251ea5 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Sun, 29 Oct 2017 18:26:16 +0100 Subject: [PATCH] [fix] repair test (typage) --- test/integration/tools/toolbox.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/tools/toolbox.ts b/test/integration/tools/toolbox.ts index fcf1e9670..85c317dff 100644 --- a/test/integration/tools/toolbox.ts +++ b/test/integration/tools/toolbox.ts @@ -170,7 +170,7 @@ export const fakeSyncServer = async (readBlocksMethod:any, readParticularBlockMe processRequest: () => { /* Does nothing */ } }; - const fakeServer = await Network.createServersAndListen("Fake Duniter Server", new Server("", true, {}), [{ + const fakeServer = await Network.createServersAndListen("Fake Duniter Server", new Server("", true, ConfDTO.mock()), [{ ip: host, port: port }], NO_HTTP_LOGS, logger, NO_STATIC_PATH, (app:any, httpMethods:any) => { -- GitLab