wip: chore(backend): 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 327cc1f925
commit d68873de85
No known key found for this signature in database
GPG key ID: DB99ADDDC5C0AF82
32 changed files with 289 additions and 310 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