mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
#992 Fix unit test
This commit is contained in:
parent
3ffc1bfd91
commit
98bc7b0f52
@ -317,7 +317,7 @@ describe('Test ng2-analytics-report-parameters Report Parameters ', () => {
|
||||
responseText: analyticParamsMock.reportDefParamProcessDef
|
||||
});
|
||||
|
||||
jasmine.Ajax.stubRequest('http://localhost:9999/activiti-app/app/rest/process-definitions?appId=1').andReturn({
|
||||
jasmine.Ajax.stubRequest('http://localhost:9999/activiti-app/api/enterprise/process-definitions').andReturn({
|
||||
status: 200,
|
||||
contentType: 'json',
|
||||
responseText: analyticParamsMock.reportDefParamProcessDefOptionsApp
|
||||
|
Loading…
x
Reference in New Issue
Block a user