mirror of
https://github.com/zoriya/flood.git
synced 2026-06-02 11:06:35 +00:00
server: tests: use a more permanent test URL
This commit is contained in:
@@ -32,7 +32,7 @@ const torrentFiles = [
|
||||
].map((torrentPath) => Buffer.from(fs.readFileSync(torrentPath)).toString('base64')) as [string, ...string[]];
|
||||
|
||||
const torrentURLs: [string, ...string[]] = [
|
||||
'https://releases.ubuntu.com/20.04/ubuntu-20.04.2-live-server-amd64.iso.torrent',
|
||||
'https://webtorrent.io/torrents/big-buck-bunny.torrent',
|
||||
'https://flood.js.org/api/test-cookie',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user