Fix tests
This commit is contained in:
parent
331e7cb3c5
commit
5f09fde24e
2 changed files with 1 additions and 4 deletions
|
@ -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[]
|
||||
}) {
|
||||
|
|
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue