From f3e1db0332bddbf164bc6ef7fdb4fb59354a4c0b Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Fri, 5 Feb 2021 14:24:36 +0800 Subject: [PATCH] server: tests: update URL of test case --- server/routes/api/torrents.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/routes/api/torrents.test.ts b/server/routes/api/torrents.test.ts index f254027a..d67d0b4f 100644 --- a/server/routes/api/torrents.test.ts +++ b/server/routes/api/torrents.test.ts @@ -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', ];