Skip to content

Commit 6f5941e

Browse files
authored
Merge pull request #48 from element-hq/quenting/fix-mas-config
2 parents bfae0c2 + b4bafd7 commit 6f5941e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/element-web-playwright-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@element-hq/element-web-playwright-common",
33
"type": "module",
4-
"version": "1.4.5",
4+
"version": "1.4.6",
55
"license": "SEE LICENSE IN README.md",
66
"repository": {
77
"type": "git",

packages/element-web-playwright-common/src/testcontainers/mas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ export class MatrixAuthenticationServiceContainer extends GenericContainer {
186186
const port = await getFreePort();
187187

188188
this.config.http = {
189+
...this.config.http,
189190
public_base: `http://localhost:${port}/`,
190191
issuer: `http://localhost:${port}/`,
191-
...this.config.http,
192192
};
193193

194194
this.withExposedPorts({

0 commit comments

Comments
 (0)