mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
[ACA-1634] update peopleApi to use alfresco-ja-api-node in e2e (#558)
* update peopleApi to use alfresco-ja-api-node in e2e * small code improvement
This commit is contained in:
committed by
Denys Vuika
parent
b8cc5422f4
commit
8c76d92f47
@@ -46,7 +46,7 @@ export class RepoClient {
|
||||
}
|
||||
|
||||
get people () {
|
||||
return new PeopleApi(this.auth, this.config);
|
||||
return new PeopleApi(this.auth.username, this.auth.password);
|
||||
}
|
||||
|
||||
get nodes() {
|
||||
|
Reference in New Issue
Block a user