From 2920344fe74e1ca1a877577eb362fabfb2dbace8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Jan 2025 15:05:18 +0100 Subject: [PATCH] Fix tests --- packages/tests/src/api/server/lazy-static.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tests/src/api/server/lazy-static.ts b/packages/tests/src/api/server/lazy-static.ts index 87227c71f..447a2c801 100644 --- a/packages/tests/src/api/server/lazy-static.ts +++ b/packages/tests/src/api/server/lazy-static.ts @@ -1,5 +1,6 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await,@typescript-eslint/no-floating-promises */ +import { HttpStatusCode } from '@peertube/peertube-models' import { cleanupTests, createMultipleServers, @@ -10,7 +11,6 @@ import { waitJobs } from '@peertube/peertube-server-commands' import { checkDirectoryIsEmpty } from '@tests/shared/directories.js' -import { HttpStatusCode } from '../../../../models/src/http/http-status-codes.js' describe('Test lazy static endpoinds', function () { let servers: PeerTubeServer[]