fix tests

This commit is contained in:
Timo
2025-07-24 16:06:48 +02:00
parent 3b106f15d9
commit 61a9c2b58d

View File

@@ -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);