From 644391bee644c9078695ab042743d108870de7ef Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 10 May 2023 13:57:06 +0200 Subject: Fix test cleanup --- server/tests/api/videos/video-channel-syncs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests/api/videos/video-channel-syncs.ts') diff --git a/server/tests/api/videos/video-channel-syncs.ts b/server/tests/api/videos/video-channel-syncs.ts index a31e48d1d..12c2c158e 100644 --- a/server/tests/api/videos/video-channel-syncs.ts +++ b/server/tests/api/videos/video-channel-syncs.ts @@ -5,9 +5,9 @@ import { FIXTURE_URLS, SQLCommand } from '@server/tests/shared' import { areHttpImportTestsDisabled } from '@shared/core-utils' import { VideoChannelSyncState, VideoInclude, VideoPrivacy } from '@shared/models' import { + cleanupTests, createMultipleServers, getServerImportConfig, - killallServers, PeerTubeServer, setAccessTokensToServers, setDefaultAccountAvatar, @@ -309,7 +309,7 @@ describe('Test channel synchronizations', function () { await sqlCommand.cleanup() } - await killallServers(servers) + await cleanupTests(servers) }) }) } -- cgit v1.2.3