From 99fc7162e207abc73ba6f4107d2759bffcbda4fd Mon Sep 17 00:00:00 2001 From: fkwp Date: Tue, 27 May 2025 18:04:34 +0200 Subject: [PATCH] fix widget fixture --- playwright/fixtures/widget-user.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright/fixtures/widget-user.ts b/playwright/fixtures/widget-user.ts index d1412bd8..b25602eb 100644 --- a/playwright/fixtures/widget-user.ts +++ b/playwright/fixtures/widget-user.ts @@ -30,8 +30,8 @@ const PASSWORD = "foobarbaz1!"; const CONFIG_JSON = { default_server_config: { "m.homeserver": { - base_url: "http://synapse.localhost:8008", - server_name: "synapse.localhost", + base_url: "https://synapse.m.localhost", + server_name: "synapse.m.localhost", }, },