Fix tests

pull/6206/head
Chocobozzz 2024-02-15 14:14:50 +01:00
parent 331e7cb3c5
commit 5f09fde24e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 1 additions and 4 deletions

View File

@ -119,9 +119,9 @@ export class LiveCommand extends AbstractCommand {
}
async quickCreate (options: OverrideCommandOptions & {
name: string
saveReplay: boolean
permanentLive: boolean
name?: string
privacy?: VideoPrivacyType
videoPasswords?: string[]
}) {

View File

@ -238,9 +238,6 @@ describe('Test user notifications', function () {
}
await servers[0].config.enableLive({ allowReplay: false })
await servers[0].subscriptions.add({ token: userAccessToken, targetUri: 'root_channel@' + servers[0].host })
await waitJobs(servers)
})
it('Should not send a notification when a live is created', async function () {