Allow extending SynapseContainer testcontainer
This commit is contained in:
@@ -188,8 +188,8 @@ export type SynapseConfig = typeof DEFAULT_CONFIG;
|
|||||||
* Waits for HTTP /health 8008 to 200.
|
* Waits for HTTP /health 8008 to 200.
|
||||||
*/
|
*/
|
||||||
export class SynapseContainer extends GenericContainer implements HomeserverContainer<SynapseConfig> {
|
export class SynapseContainer extends GenericContainer implements HomeserverContainer<SynapseConfig> {
|
||||||
private config: SynapseConfig;
|
protected config: SynapseConfig;
|
||||||
private mas?: StartedMatrixAuthenticationServiceContainer;
|
protected mas?: StartedMatrixAuthenticationServiceContainer;
|
||||||
|
|
||||||
public constructor(image = "ghcr.io/element-hq/synapse:develop") {
|
public constructor(image = "ghcr.io/element-hq/synapse:develop") {
|
||||||
super(image);
|
super(image);
|
||||||
|
|||||||
Reference in New Issue
Block a user