diff --git a/src/UrlParams.test.ts b/src/UrlParams.test.ts index 87d31f93..fbf0c095 100644 --- a/src/UrlParams.test.ts +++ b/src/UrlParams.test.ts @@ -251,7 +251,7 @@ describe("UrlParams", () => { controlledAudioDevices: platform === "desktop" ? false : true, skipLobby: false, returnToLobby: false, - sendNotificationType: undefined, + sendNotificationType: "notification", }); it("use no-intent-defaults with unknown intent", () => { expect(getUrlParams()).toMatchObject(noIntentDefaults);