X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fno-client.ts;h=1e0c95a3b12da4073dff662739527a7050d12ff5;hb=e93ee8382595dc291d79f43cab492d0e4c9b8e20;hp=719813ae904a602115b221903a8fc0a32f00f812;hpb=421ff4618da64f0849353383f690a014024c40da;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/no-client.ts b/server/tests/api/server/no-client.ts index 719813ae9..1e0c95a3b 100644 --- a/server/tests/api/server/no-client.ts +++ b/server/tests/api/server/no-client.ts @@ -1,5 +1,5 @@ import 'mocha' -import * as request from 'supertest' +import request from 'supertest' import { cleanupTests, createSingleServer, PeerTubeServer } from '@shared/extra-utils' import { HttpStatusCode } from '@shared/models'