remove .only from notifications tests

pull/1619/head
Josh Morel 2019-02-07 05:48:17 -05:00 committed by Chocobozzz
parent f7effe8dc7
commit 6c32d30212
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ async function uploadVideoByLocalAccount (servers: ServerInfo[], additionalParam
return { uuid: res.body.video.uuid, name }
}
describe.only('Test users notifications', function () {
describe('Test users notifications', function () {
let servers: ServerInfo[] = []
let userAccessToken: string
let userNotifications: UserNotification[] = []