diff --git a/test/integration/tools/toolbox.ts b/test/integration/tools/toolbox.ts index 85c317dfff7c6073930cb648d54460de66a9ad82..d0db935b478b290982234890733ad07afa065a64 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,