mirror of https://github.com/Chocobozzz/PeerTube
Fix duplicate entry in job list page
parent
1acb947504
commit
a11a782f5c
|
@ -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'
|
||||||
]
|
]
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue