mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Merge pull request #48 from element-hq/quenting/fix-mas-config
This commit is contained in:
commit
44bb9ed71a
@ -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",
|
||||
|
||||
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user