section for creating rest users

pull/21833/head
Bruno Windels 2019-04-03 15:15:28 +02:00
parent 5939d62499
commit 3affb8f068
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module.exports = async function scenario(createSession, restCreator) {
await roomDirectoryScenarios(alice, bob);
await e2eEncryptionScenarios(alice, bob);
console.log("create REST users:");
const charlies = await createRestUsers(restCreator);
await lazyLoadingScenarios(alice, bob, charlies);
}