remove .only from notifications tests
This commit is contained in:
parent
f7effe8dc7
commit
6c32d30212
|
@ -79,7 +79,7 @@ async function uploadVideoByLocalAccount (servers: ServerInfo[], additionalParam
|
||||||
return { uuid: res.body.video.uuid, name }
|
return { uuid: res.body.video.uuid, name }
|
||||||
}
|
}
|
||||||
|
|
||||||
describe.only('Test users notifications', function () {
|
describe('Test users notifications', function () {
|
||||||
let servers: ServerInfo[] = []
|
let servers: ServerInfo[] = []
|
||||||
let userAccessToken: string
|
let userAccessToken: string
|
||||||
let userNotifications: UserNotification[] = []
|
let userNotifications: UserNotification[] = []
|
||||||
|
|
Loading…
Reference in New Issue