Skip to content

Commit

Permalink
Update services.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jan 14, 2025
1 parent 58af471 commit a7ec37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export interface Services {
postgres: StartedPostgreSqlContainer;
mailhog: StartedMailhogContainer;

synapseConfig: SynapseConfig;
_homeserver: HomeserverContainer<any>;
homeserver: StartedHomeserverContainer;
// Set in masHomeserver only
Expand All @@ -39,7 +40,6 @@ export interface Services {
}

export interface Options {
synapseConfig: SynapseConfig;
homeserverType: HomeserverType;
}

Expand Down

0 comments on commit a7ec37f

Please sign in to comment.