Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28880/head
Michael Telatynski 2025-01-06 16:51:26 +00:00
parent b2fb036f62
commit 1368dc0564
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 2 additions and 1 deletions

View File

@ -128,12 +128,13 @@ export const test = base.extend<Fixtures>({
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"],