diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-12 13:30:41 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-12 13:30:41 +0200 |
commit | 3c25d37aef66b125e8c66d38b04eb763f1b17bc6 (patch) | |
tree | 27be1c7f6db6a221c700489a43b1e9c389ea94e3 /shared/extra-utils/mock-servers/mock-plugin-blocklist.ts | |
parent | 221d876fa7a9e92a5a6721b68c31d015b325393f (diff) | |
download | PeerTube-3c25d37aef66b125e8c66d38b04eb763f1b17bc6.tar.gz PeerTube-3c25d37aef66b125e8c66d38b04eb763f1b17bc6.tar.zst PeerTube-3c25d37aef66b125e8c66d38b04eb763f1b17bc6.zip |
Try to fix mock server ports
Diffstat (limited to 'shared/extra-utils/mock-servers/mock-plugin-blocklist.ts')
-rw-r--r-- | shared/extra-utils/mock-servers/mock-plugin-blocklist.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/mock-servers/mock-plugin-blocklist.ts b/shared/extra-utils/mock-servers/mock-plugin-blocklist.ts index 6a71532b5..344d4bdbb 100644 --- a/shared/extra-utils/mock-servers/mock-plugin-blocklist.ts +++ b/shared/extra-utils/mock-servers/mock-plugin-blocklist.ts | |||
@@ -23,7 +23,7 @@ export class MockBlocklist { | |||
23 | return res.json(this.body) | 23 | return res.json(this.body) |
24 | }) | 24 | }) |
25 | 25 | ||
26 | const port = 42201 + randomInt(1, 100) | 26 | const port = 45000 + randomInt(1, 1000) |
27 | this.server = app.listen(port, () => res(port)) | 27 | this.server = app.listen(port, () => res(port)) |
28 | }) | 28 | }) |
29 | } | 29 | } |