From ff008593436b2729f6ee0ce1b52a776a31001b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sat, 29 Jul 2023 20:46:45 +0200 Subject: [PATCH] Fix tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- test/UrlParams-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/UrlParams-test.ts b/test/UrlParams-test.ts index 9d1e5198..e43316ec 100644 --- a/test/UrlParams-test.ts +++ b/test/UrlParams-test.ts @@ -19,7 +19,7 @@ import { getUrlParams } from "../src/UrlParams"; import { Config } from "../src/config/Config"; const ROOM_NAME = "roomNameHere"; -const ROOM_ID = "d45f138fsd"; +const ROOM_ID = "!d45f138fsd"; const ORIGIN = "https://call.element.io"; const HOMESERVER = "call.ems.host";