mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-31 23:28:34 -04:00
wip: chore(esdoc): update and unify ESDoc and parameter names
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
3a90c9ca96
commit
3cb09d247c
38 changed files with 474 additions and 365 deletions
|
@ -414,17 +414,20 @@ export class TestSetupBuilder {
|
|||
);
|
||||
|
||||
// Create identities for login
|
||||
await this.testSetup.localIdentityService.createLocalIdentity(
|
||||
await this.testSetup.localIdentityService.createUserWithLocalIdentity(
|
||||
this.testSetup.users[0],
|
||||
password1,
|
||||
'',
|
||||
);
|
||||
await this.testSetup.localIdentityService.createLocalIdentity(
|
||||
await this.testSetup.localIdentityService.createUserWithLocalIdentity(
|
||||
this.testSetup.users[1],
|
||||
password2,
|
||||
'',
|
||||
);
|
||||
await this.testSetup.localIdentityService.createLocalIdentity(
|
||||
await this.testSetup.localIdentityService.createUserWithLocalIdentity(
|
||||
this.testSetup.users[2],
|
||||
password3,
|
||||
'',
|
||||
);
|
||||
|
||||
// create auth tokens
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue