server: tests: update URL of test case

This commit is contained in:
Jesse Chan
2021-02-05 14:24:36 +08:00
parent 2ca84bd6d2
commit f3e1db0332
+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.1-live-server-amd64.iso.torrent',
'https://releases.ubuntu.com/20.04/ubuntu-20.04.2-live-server-amd64.iso.torrent',
'https://flood.js.org/api/test-cookie',
];