From 94a394ee713208e128b744d7ad0028f3c5e3e879 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Fri, 3 Nov 2017 18:00:35 +0100 Subject: [PATCH] [fix] test peerings --- test/integration/peerings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/peerings.js b/test/integration/peerings.js index b9a729613..da7f16c6e 100644 --- a/test/integration/peerings.js +++ b/test/integration/peerings.js @@ -22,6 +22,7 @@ const expectJSON = httpTest.expectJSON; const MEMORY_MODE = true; const commonConf = { + bmaWithCrawler: true, ipv4: '127.0.0.1', remoteipv4: '127.0.0.1', currency: 'bb', -- GitLab