Skip to content
Snippets Groups Projects
Commit d33e8cd6 authored by Éloïs's avatar Éloïs
Browse files

[fix] break test ws2p_server_limitations

parent 1ea16cd3
No related branches found
No related tags found
No related merge requests found
...@@ -166,6 +166,7 @@ describe("WS2P server limitations", function() { ...@@ -166,6 +166,7 @@ describe("WS2P server limitations", function() {
it('should connect to s3 because of configuration favorism', async () => { it('should connect to s3 because of configuration favorism', async () => {
cluster3.maxLevel2Peers = 1 cluster3.maxLevel2Peers = 1
if (s3.conf.ws2p !== undefined) s3.conf.ws2p.publicAccess = true
await s3.writeBlock(b3) await s3.writeBlock(b3)
await s3._server.PeeringService.generateSelfPeer(s3._server.conf) await s3._server.PeeringService.generateSelfPeer(s3._server.conf)
await s3._server.PeeringService.generateSelfPeer(s3._server.conf) await s3._server.PeeringService.generateSelfPeer(s3._server.conf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment