diff options
Diffstat (limited to 'server/tests/api/videos/video-privacy.ts')
-rw-r--r-- | server/tests/api/videos/video-privacy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-privacy.ts b/server/tests/api/videos/video-privacy.ts index ba5e0f044..a823993b2 100644 --- a/server/tests/api/videos/video-privacy.ts +++ b/server/tests/api/videos/video-privacy.ts | |||
@@ -152,7 +152,7 @@ describe('Test video privacy', function () { | |||
152 | } | 152 | } |
153 | }) | 153 | }) |
154 | 154 | ||
155 | after(async function () { | 155 | after(function () { |
156 | killallServers(servers) | 156 | killallServers(servers) |
157 | }) | 157 | }) |
158 | }) | 158 | }) |