diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-24 17:19:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-24 17:29:19 +0200 |
commit | 8519cc92341545468104f0704fff64a05c84bec0 (patch) | |
tree | de67ec4981ae2ce74d7a12c1adad5883f90fc7f5 /server/tests | |
parent | 9ce3d3027ed7253fbd4fe46787eda58c51549444 (diff) | |
download | PeerTube-8519cc92341545468104f0704fff64a05c84bec0.tar.gz PeerTube-8519cc92341545468104f0704fff64a05c84bec0.tar.zst PeerTube-8519cc92341545468104f0704fff64a05c84bec0.zip |
Fix overview endpoint
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/check-params/contact-form.ts | 2 | ||||
-rw-r--r-- | server/tests/api/videos/video-playlists.ts | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/server/tests/api/check-params/contact-form.ts b/server/tests/api/check-params/contact-form.ts index 55004020f..dbdd3a8a6 100644 --- a/server/tests/api/check-params/contact-form.ts +++ b/server/tests/api/check-params/contact-form.ts | |||
@@ -87,6 +87,6 @@ describe('Test contact form API validators', function () { | |||
87 | after(async function () { | 87 | after(async function () { |
88 | MockSmtpServer.Instance.kill() | 88 | MockSmtpServer.Instance.kill() |
89 | 89 | ||
90 | // await cleanupTests([ server ]) | 90 | await cleanupTests([ server ]) |
91 | }) | 91 | }) |
92 | }) | 92 | }) |
diff --git a/server/tests/api/videos/video-playlists.ts b/server/tests/api/videos/video-playlists.ts index 928568299..e4d817ff8 100644 --- a/server/tests/api/videos/video-playlists.ts +++ b/server/tests/api/videos/video-playlists.ts | |||
@@ -5,23 +5,24 @@ import 'mocha' | |||
5 | import { | 5 | import { |
6 | addVideoChannel, | 6 | addVideoChannel, |
7 | addVideoInPlaylist, | 7 | addVideoInPlaylist, |
8 | checkPlaylistFilesWereRemoved, cleanupTests, | 8 | checkPlaylistFilesWereRemoved, |
9 | cleanupTests, | ||
9 | createUser, | 10 | createUser, |
10 | createVideoPlaylist, | 11 | createVideoPlaylist, |
11 | deleteVideoChannel, | 12 | deleteVideoChannel, |
12 | deleteVideoPlaylist, | 13 | deleteVideoPlaylist, |
13 | doubleFollow, doVideosExistInMyPlaylist, | 14 | doubleFollow, |
15 | doVideosExistInMyPlaylist, | ||
14 | flushAndRunMultipleServers, | 16 | flushAndRunMultipleServers, |
15 | flushTests, | ||
16 | getAccountPlaylistsList, | 17 | getAccountPlaylistsList, |
17 | getAccountPlaylistsListWithToken, getMyUserInformation, | 18 | getAccountPlaylistsListWithToken, |
19 | getMyUserInformation, | ||
18 | getPlaylistVideos, | 20 | getPlaylistVideos, |
19 | getVideoChannelPlaylistsList, | 21 | getVideoChannelPlaylistsList, |
20 | getVideoPlaylist, | 22 | getVideoPlaylist, |
21 | getVideoPlaylistPrivacies, | 23 | getVideoPlaylistPrivacies, |
22 | getVideoPlaylistsList, | 24 | getVideoPlaylistsList, |
23 | getVideoPlaylistWithToken, | 25 | getVideoPlaylistWithToken, |
24 | killallServers, | ||
25 | removeUser, | 26 | removeUser, |
26 | removeVideoFromPlaylist, | 27 | removeVideoFromPlaylist, |
27 | reorderVideosPlaylist, | 28 | reorderVideosPlaylist, |