server: tests: use a more permanent test URL

This commit is contained in:
Jesse Chan
2021-09-11 19:09:41 +08:00
parent ff6b607afb
commit 3563344dc2
+1 -1
View File
@@ -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',
];