X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Ftests%2Fapi%2Factivitypub%2Ffetch.ts;h=7240bb0fb494ebac59ddb0eabb8d413b2d927cab;hb=7243f84db0f34c6d5610a54603b0cce7c284a7b3;hp=9cbc7dd848864fc3256d0c32e566f53ba98f28b6;hpb=1eddc9a74f9a80fa5d0cb25fceb3fc47a1a3c14a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/activitypub/fetch.ts b/server/tests/api/activitypub/fetch.ts index 9cbc7dd84..7240bb0fb 100644 --- a/server/tests/api/activitypub/fetch.ts +++ b/server/tests/api/activitypub/fetch.ts @@ -17,7 +17,7 @@ import { uploadVideo, userLogin, waitJobs -} from '../../../../shared/utils' +} from '../../../../shared/extra-utils' import * as chai from 'chai' import { Video } from '../../../../shared/models/videos' @@ -81,10 +81,5 @@ describe('Test ActivityPub fetcher', function () { killallServers(servers) await closeAllSequelize(servers) - - // Keep the logs if the test failed - if (this['ok']) { - await flushTests() - } }) })