diff options
Diffstat (limited to 'server/tests/shared')
-rw-r--r-- | server/tests/shared/streaming-playlists.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/shared/streaming-playlists.ts b/server/tests/shared/streaming-playlists.ts index 8ee04d921..824c3dcef 100644 --- a/server/tests/shared/streaming-playlists.ts +++ b/server/tests/shared/streaming-playlists.ts | |||
@@ -113,7 +113,7 @@ async function completeCheckHlsPlaylist (options: { | |||
113 | 113 | ||
114 | expect(file.magnetUri).to.have.lengthOf.above(2) | 114 | expect(file.magnetUri).to.have.lengthOf.above(2) |
115 | expect(file.torrentUrl).to.match( | 115 | expect(file.torrentUrl).to.match( |
116 | new RegExp(`http://${server.host}/lazy-static/torrents/${uuidRegex}-${file.resolution.id}-hls.torrent`) | 116 | new RegExp(`${server.url}/lazy-static/torrents/${uuidRegex}-${file.resolution.id}-hls.torrent`) |
117 | ) | 117 | ) |
118 | 118 | ||
119 | if (objectStorageBaseUrl) { | 119 | if (objectStorageBaseUrl) { |