diff --git a/test/integration/peerings.js b/test/integration/peerings.js index 266dbb7067e6b65cbccff33f787798c19b08dca3..c50b7c8226118e3a5207bd74afde4b1758af7276 100644 --- a/test/integration/peerings.js +++ b/test/integration/peerings.js @@ -23,6 +23,7 @@ var expectHttpCode = httpTest.expectHttpCode; var MEMORY_MODE = true; var commonConf = { ipv4: '127.0.0.1', + remoteipv4: '127.0.0.1', currency: 'bb', httpLogs: true, branchesWindowSize: 3, diff --git a/test/integration/start_generate_blocks.js b/test/integration/start_generate_blocks.js index 67652d79c47f8a33f27474c1b27ae3f082d47150..5d3a467256896975c58691fd59b9c860a37308e3 100644 --- a/test/integration/start_generate_blocks.js +++ b/test/integration/start_generate_blocks.js @@ -20,6 +20,7 @@ var expectJSON = httpTest.expectJSON; var MEMORY_MODE = true; var commonConf = { ipv4: '127.0.0.1', + remoteipv4: '127.0.0.1', currency: 'bb', httpLogs: true, branchesWindowSize: 0,