stats: tests: bind to localhost only

This commit is contained in:
Pedro Teixeira 2018-02-23 14:33:26 +00:00 committed by David Dias
parent 2c04a71007
commit 4527d5fff1

View File

@ -9,7 +9,7 @@ const createNode = require('./utils/node').createNode
describe('libp2p', (done) => {
it('has stats', () => {
createNode('/ip4/0.0.0.0/tcp/0', {
createNode('/ip4/127.0.0.1/tcp/0', {
mdns: false,
dht: true
}, (err, node) => {