Skip to content
Snippets Groups Projects
Commit ffa0156e authored by Éloïs's avatar Éloïs
Browse files

[fix] repair test (typage)

parent 6b022bce
No related branches found
No related tags found
1 merge request!1178Add WS2PTOR features
......@@ -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) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment