From cef5096e5886ecdcadb060ab664a3d060dc8fe32 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Fri, 3 Nov 2017 16:45:26 +0100 Subject: [PATCH] [fix] enable bma crawler for test integration --- test/integration/tools/toolbox.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/tools/toolbox.ts b/test/integration/tools/toolbox.ts index 85c317dff..d0db935b4 100644 --- a/test/integration/tools/toolbox.ts +++ b/test/integration/tools/toolbox.ts @@ -226,6 +226,7 @@ export const NewTestingServer = (conf:any) => { const port = conf.port || PORT++ const commonConf = { nobma: false, + bmaWithCrawler: true, port: port, ipv4: host, remoteipv4: host, -- GitLab