Fix the MAS config override ordering
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@element-hq/element-web-playwright-common",
|
"name": "@element-hq/element-web-playwright-common",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.4.5",
|
"version": "1.4.6",
|
||||||
"license": "SEE LICENSE IN README.md",
|
"license": "SEE LICENSE IN README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -186,9 +186,9 @@ export class MatrixAuthenticationServiceContainer extends GenericContainer {
|
|||||||
const port = await getFreePort();
|
const port = await getFreePort();
|
||||||
|
|
||||||
this.config.http = {
|
this.config.http = {
|
||||||
|
...this.config.http,
|
||||||
public_base: `http://localhost:${port}/`,
|
public_base: `http://localhost:${port}/`,
|
||||||
issuer: `http://localhost:${port}/`,
|
issuer: `http://localhost:${port}/`,
|
||||||
...this.config.http,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
this.withExposedPorts({
|
this.withExposedPorts({
|
||||||
|
|||||||
Reference in New Issue
Block a user