mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix param
This commit is contained in:
@@ -27,13 +27,11 @@ export abstract class Api {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private configureApi(): ApiService {
|
private configureApi(): ApiService {
|
||||||
const config = browser.params.adminapp.apiConfig;
|
|
||||||
|
|
||||||
return new ApiService({
|
return new ApiService({
|
||||||
provider: 'BPM',
|
provider: 'BPM',
|
||||||
authType: config.authType,
|
authType: browser.params.testConfig.appConfig.authType,
|
||||||
oauth2: config.oauth2,
|
oauth2: browser.params.testConfig.appConfig.oauth2,
|
||||||
hostBpm: config.bpmHost
|
hostBpm: browser.params.testConfig.appConfig.bpmHost
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user