section for creating rest users
This commit is contained in:
parent
5939d62499
commit
3affb8f068
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module.exports = async function scenario(createSession, restCreator) {
|
||||||
|
|
||||||
await roomDirectoryScenarios(alice, bob);
|
await roomDirectoryScenarios(alice, bob);
|
||||||
await e2eEncryptionScenarios(alice, bob);
|
await e2eEncryptionScenarios(alice, bob);
|
||||||
|
console.log("create REST users:");
|
||||||
const charlies = await createRestUsers(restCreator);
|
const charlies = await createRestUsers(restCreator);
|
||||||
await lazyLoadingScenarios(alice, bob, charlies);
|
await lazyLoadingScenarios(alice, bob, charlies);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue