diff --git a/backend/ew.test.config.json b/backend/ew.test.config.json index dbbaccec..fac478dd 100644 --- a/backend/ew.test.config.json +++ b/backend/ew.test.config.json @@ -46,7 +46,6 @@ "preferred_domain": "meet.element.io" }, "element_call": { - "url": "https://localhost:3000/room/", "participant_limit": 8, "brand": "Element Call" }, diff --git a/playwright/fixtures/widget-user.ts b/playwright/fixtures/widget-user.ts index 09e5be34..0a422d20 100644 --- a/playwright/fixtures/widget-user.ts +++ b/playwright/fixtures/widget-user.ts @@ -36,7 +36,6 @@ const CONFIG_JSON = { }, element_call: { - url: "https://localhost:3000/room/", participant_limit: 8, brand: "Element Call", },