mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Tests for totalRepliesFromVideoAuthor
This commit is contained in:
@@ -2,7 +2,7 @@ import * as request from 'supertest'
|
||||
import { Job, JobState, JobType } from '../../models'
|
||||
import { wait } from '../miscs/miscs'
|
||||
import { ServerInfo } from './servers'
|
||||
import { makeGetRequest } from '@shared/extra-utils'
|
||||
import { makeGetRequest } from '../../../shared/extra-utils'
|
||||
|
||||
function getJobsList (url: string, accessToken: string, state: JobState) {
|
||||
const path = '/api/v1/jobs/' + state
|
||||
|
||||
Reference in New Issue
Block a user