Fix duplicate entry in job list page

pull/3587/head
Chocobozzz 2021-01-11 15:39:15 +01:00
parent 1acb947504
commit a11a782f5c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,6 @@ export class JobsComponent extends RestTable implements OnInit {
'video-import', 'video-import',
'videos-views', 'videos-views',
'activitypub-refresher', 'activitypub-refresher',
'video-live-ending',
'video-redundancy', 'video-redundancy',
'video-live-ending' 'video-live-ending'
] ]

View File

@ -137,7 +137,7 @@ describe('Test video privacy', function () {
}) })
it('Should upload an unlisted video on server 2', async function () { it('Should upload an unlisted video on server 2', async function () {
this.timeout(30000) this.timeout(60000)
const attributes = { const attributes = {
name: 'unlisted video', name: 'unlisted video',