This commit is contained in:
gnuxie 2022-08-16 16:13:38 +01:00
parent bd62c7cc60
commit a08b98d44e

View File

@ -5,7 +5,7 @@ import { newTestUser } from "./clientHelper";
describe("Test: Accept Invites From Space", function() {
let client: MatrixClient|undefined;
this.beforeEach(async function () {
client = await newTestUser({ name: { contains: "spacee" }});
client = await newTestUser(this.config.homeserverUrl, { name: { contains: "spacee" }});
await client.start();
})
this.afterEach(async function () {