Skip to content

Commit 733e4b6

Browse files
authored
Merge pull request #37 from element-hq/t3chguy/allow-extending-synapse-testcontainer
2 parents 662b222 + f321eab commit 733e4b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/element-web-playwright-common/src/testcontainers

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ export type SynapseConfig = typeof DEFAULT_CONFIG;
188188
* Waits for HTTP /health 8008 to 200.
189189
*/
190190
export class SynapseContainer extends GenericContainer implements HomeserverContainer<SynapseConfig> {
191-
private config: SynapseConfig;
192-
private mas?: StartedMatrixAuthenticationServiceContainer;
191+
protected config: SynapseConfig;
192+
protected mas?: StartedMatrixAuthenticationServiceContainer;
193193

194194
public constructor(image = "ghcr.io/element-hq/synapse:develop") {
195195
super(image);

0 commit comments

Comments
 (0)