From ce8327aa58b9de12140067c23cb6a6928a8eac3b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Feb 2025 08:14:47 +0100 Subject: [PATCH] Fix tests build --- packages/tests/src/api/videos/multiple-servers.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/tests/src/api/videos/multiple-servers.ts b/packages/tests/src/api/videos/multiple-servers.ts index 5676c9fd7..f2fd483a7 100644 --- a/packages/tests/src/api/videos/multiple-servers.ts +++ b/packages/tests/src/api/videos/multiple-servers.ts @@ -8,7 +8,6 @@ import { cleanupTests, createMultipleServers, followAll, - makeGetRequest, makeRawRequest, setAccessTokensToServers, setDefaultAccountAvatar,