chore: update delegates config docs to use http client (#853)

This commit is contained in:
Vasco Santos
2021-02-11 11:42:10 +01:00
committed by GitHub
parent 46cb46188a
commit 9941414a91
2 changed files with 17 additions and 12 deletions

View File

@ -107,9 +107,7 @@ describe('content-routing', () => {
host: '0.0.0.0',
protocol: 'http',
port: 60197
}), [
multiaddr('/ip4/0.0.0.0/tcp/60197')
])
}))
;[node] = await peerUtils.createPeer({
config: mergeOptions(baseOptions, {
@ -253,9 +251,7 @@ describe('content-routing', () => {
host: '0.0.0.0',
protocol: 'http',
port: 60197
}), [
multiaddr('/ip4/0.0.0.0/tcp/60197')
])
}))
;[node] = await peerUtils.createPeer({
config: mergeOptions(routingOptions, {