diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-14 18:21:14 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-14 18:33:06 +0100 |
commit | 7b0956ec4f7753c864c4cea220e6f189327baa93 (patch) | |
tree | ed6728632a5a53bcde55978e21c2b7296c104f7e /server/tests/api/videos/single-server.ts | |
parent | 3bcfff7f446d0a1d8ef5adf340375e178259a42c (diff) | |
download | PeerTube-7b0956ec4f7753c864c4cea220e6f189327baa93.tar.gz PeerTube-7b0956ec4f7753c864c4cea220e6f189327baa93.tar.zst PeerTube-7b0956ec4f7753c864c4cea220e6f189327baa93.zip |
Fix tests
Diffstat (limited to 'server/tests/api/videos/single-server.ts')
-rw-r--r-- | server/tests/api/videos/single-server.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts index 476a25479..8f55075fb 100644 --- a/server/tests/api/videos/single-server.ts +++ b/server/tests/api/videos/single-server.ts | |||
@@ -341,9 +341,7 @@ describe('Test a single server', function () { | |||
341 | 341 | ||
342 | for (const video of videos) { | 342 | for (const video of videos) { |
343 | const videoName = video.name.replace(' name', '') | 343 | const videoName = video.name.replace(' name', '') |
344 | const test = await testImage(server.url, videoName, video.thumbnailPath) | 344 | await testImage(server.url, videoName, video.thumbnailPath) |
345 | |||
346 | expect(test).to.equal(true) | ||
347 | } | 345 | } |
348 | }) | 346 | }) |
349 | 347 | ||