From 1368dc05642cd997b2a0e8c94009d8262f3c7f2b Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 6 Jan 2025 16:51:26 +0000 Subject: [PATCH] Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- playwright/element-web-test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playwright/element-web-test.ts b/playwright/element-web-test.ts index 39dc538861..e0d489f385 100644 --- a/playwright/element-web-test.ts +++ b/playwright/element-web-test.ts @@ -128,12 +128,13 @@ export const test = base.extend({ await context.route(`http://localhost:8080/config.json*`, async (route) => { const json = { ...CONFIG_JSON, + ...config, default_server_config: { + ...config.default_server_config, "m.homeserver": { base_url: homeserver.baseUrl, }, }, - ...config, }; json["features"] = { ...json["features"],