Fix custom upload test

This commit is contained in:
Chocobozzz 2025-01-16 07:05:11 +01:00
parent cda0351a2b
commit 12729394a0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
import { HttpStatusCode } from '@peertube/peertube-models'
import express from 'express'
import { Server } from 'http'
import multer from 'multer'
import { getPort, randomListen, terminateServer } from './shared.js'
import { HttpStatusCode } from '../../../../models/src/http/http-status-codes.js'
export class MockUpload {
private server: Server