From 61a9c2b58dd036b46185a9f21fde1f29a3f3bed7 Mon Sep 17 00:00:00 2001 From: Timo Date: Thu, 24 Jul 2025 16:06:48 +0200 Subject: [PATCH] fix tests --- src/UrlParams.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);