X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Factivitypub%2Fclient.ts;h=d16f0510803773f6aa51f1ba6b046b5fe01ff906;hb=2ad9dcda240ee843c5e4a5b98cc94f7b2aab2c89;hp=34c6be49be9be139a418fa1b54baf16340d4a5ab;hpb=1600235a2f4e30c5d4e7d4342d1c299845decc60;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/activitypub/client.ts b/server/tests/api/activitypub/client.ts index 34c6be49b..d16f05108 100644 --- a/server/tests/api/activitypub/client.ts +++ b/server/tests/api/activitypub/client.ts @@ -1,4 +1,4 @@ -/* tslint:disable:no-unused-expression */ +/* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ import * as chai from 'chai' import 'mocha' @@ -6,8 +6,6 @@ import { cleanupTests, doubleFollow, flushAndRunMultipleServers, - flushTests, - killallServers, makeActivityPubGetRequest, ServerInfo, setAccessTokensToServers,