Skip to content
Snippets Groups Projects
Commit 838daa1f authored by Cédric Moreau's avatar Cédric Moreau
Browse files

HotFix: could not use just DNS for remote contact (2) missing tests fixes

parent 4576cda7
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ var expectHttpCode = httpTest.expectHttpCode; ...@@ -23,6 +23,7 @@ var expectHttpCode = httpTest.expectHttpCode;
var MEMORY_MODE = true; var MEMORY_MODE = true;
var commonConf = { var commonConf = {
ipv4: '127.0.0.1', ipv4: '127.0.0.1',
remoteipv4: '127.0.0.1',
currency: 'bb', currency: 'bb',
httpLogs: true, httpLogs: true,
branchesWindowSize: 3, branchesWindowSize: 3,
......
...@@ -20,6 +20,7 @@ var expectJSON = httpTest.expectJSON; ...@@ -20,6 +20,7 @@ var expectJSON = httpTest.expectJSON;
var MEMORY_MODE = true; var MEMORY_MODE = true;
var commonConf = { var commonConf = {
ipv4: '127.0.0.1', ipv4: '127.0.0.1',
remoteipv4: '127.0.0.1',
currency: 'bb', currency: 'bb',
httpLogs: true, httpLogs: true,
branchesWindowSize: 0, branchesWindowSize: 0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment