mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1640] use alfresco-js-api-node in e2e trashcanApi (#562)
This commit is contained in:
committed by
Denys Vuika
parent
8f36822847
commit
213c2deedc
@@ -66,7 +66,7 @@ export class RepoClient {
|
||||
}
|
||||
|
||||
get trashcan() {
|
||||
return new TrashcanApi(this.auth, this.config);
|
||||
return new TrashcanApi(this.auth.username, this.auth.password);
|
||||
}
|
||||
|
||||
get search() {
|
||||
|
Reference in New Issue
Block a user