wip: chore(esdoc): update and unify ESDoc and parameter names

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2025-05-20 13:16:02 +00:00
parent 3a90c9ca96
commit 3cb09d247c
No known key found for this signature in database
GPG key ID: DB99ADDDC5C0AF82
38 changed files with 474 additions and 365 deletions

View file

@ -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