From 9b945d00f7d4cfe86ebd1d0c833c6b3ed934394c Mon Sep 17 00:00:00 2001 From: Valere Date: Fri, 4 Apr 2025 09:18:58 +0200 Subject: [PATCH] cleaning: Remove deprecated config option for EC url --- backend/ew.test.config.json | 1 - playwright/fixtures/widget-user.ts | 1 - 2 files changed, 2 deletions(-) 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", },