We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 662b222 + f321eab commit 733e4b6Copy full SHA for 733e4b6
1 file changed
packages/element-web-playwright-common/src/testcontainers/synapse.ts
@@ -188,8 +188,8 @@ export type SynapseConfig = typeof DEFAULT_CONFIG;
188
* Waits for HTTP /health 8008 to 200.
189
*/
190
export class SynapseContainer extends GenericContainer implements HomeserverContainer<SynapseConfig> {
191
- private config: SynapseConfig;
192
- private mas?: StartedMatrixAuthenticationServiceContainer;
+ protected config: SynapseConfig;
+ protected mas?: StartedMatrixAuthenticationServiceContainer;
193
194
public constructor(image = "ghcr.io/element-hq/synapse:develop") {
195
super(image);
0 commit comments