Merge pull request #48 from element-hq/quenting/fix-mas-config

This commit is contained in:
Quentin Gliech 2025-08-05 12:19:28 +02:00 committed by GitHub
commit 44bb9ed71a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@element-hq/element-web-playwright-common",
"type": "module",
"version": "1.4.5",
"version": "1.4.6",
"license": "SEE LICENSE IN README.md",
"repository": {
"type": "git",

View File

@ -186,9 +186,9 @@ export class MatrixAuthenticationServiceContainer extends GenericContainer {
const port = await getFreePort();
this.config.http = {
...this.config.http,
public_base: `http://localhost:${port}/`,
issuer: `http://localhost:${port}/`,
...this.config.http,
};
this.withExposedPorts({