mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Allow extending SynapseContainer testcontainer
This commit is contained in:
parent
3941f99e17
commit
02833dac5e
@ -188,8 +188,8 @@ export type SynapseConfig = typeof DEFAULT_CONFIG;
|
||||
* Waits for HTTP /health 8008 to 200.
|
||||
*/
|
||||
export class SynapseContainer extends GenericContainer implements HomeserverContainer<SynapseConfig> {
|
||||
private config: SynapseConfig;
|
||||
private mas?: StartedMatrixAuthenticationServiceContainer;
|
||||
protected config: SynapseConfig;
|
||||
protected mas?: StartedMatrixAuthenticationServiceContainer;
|
||||
|
||||
public constructor(image = "ghcr.io/element-hq/synapse:develop") {
|
||||
super(image);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user