Remove mas dep

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/28860/head
Michael Telatynski 2025-01-06 08:34:19 +00:00
parent 7ba1d3e14c
commit c0337f141b
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ export const test = base.extend<Services>({
const container = new SynapseContainer(request);
await use(container);
},
homeserver: async ({ mas, network, _homeserver: homeserver, synapseConfigOptions }, use) => {
homeserver: async ({ network, _homeserver: homeserver, synapseConfigOptions }, use) => {
const container = await homeserver
.withNetwork(network)
.withNetworkAliases("homeserver")