diff options
Diffstat (limited to 'server/tests/external-plugins/auto-block-videos.ts')
-rw-r--r-- | server/tests/external-plugins/auto-block-videos.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/external-plugins/auto-block-videos.ts b/server/tests/external-plugins/auto-block-videos.ts index 3ec03d558..1b91d141e 100644 --- a/server/tests/external-plugins/auto-block-videos.ts +++ b/server/tests/external-plugins/auto-block-videos.ts | |||
@@ -185,6 +185,8 @@ describe('Official plugin auto-block videos', function () { | |||
185 | }) | 185 | }) |
186 | 186 | ||
187 | after(async function () { | 187 | after(async function () { |
188 | await blocklistServer.terminate() | ||
189 | |||
188 | await cleanupTests(servers) | 190 | await cleanupTests(servers) |
189 | }) | 191 | }) |
190 | }) | 192 | }) |