Tests for totalRepliesFromVideoAuthor

This commit is contained in:
Rigel Kent
2020-01-03 13:36:34 +01:00
parent b7819090de
commit 32c68d67d9
3 changed files with 34 additions and 2 deletions

View File

@@ -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