mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix tlsint
This commit is contained in:
@@ -211,7 +211,7 @@ describe('FormService', () => {
|
|||||||
expect(result).toEqual(formId);
|
expect(result).toEqual(formId);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
http://localhost:9999/activiti-app/api/enterprise/models?filter=myReusableForms&modelType=2"
|
|
||||||
jasmine.Ajax.requests.mostRecent().respondWith({
|
jasmine.Ajax.requests.mostRecent().respondWith({
|
||||||
'status': 200,
|
'status': 200,
|
||||||
contentType: 'application/json',
|
contentType: 'application/json',
|
||||||
|
|||||||
Reference in New Issue
Block a user