mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#441 fix core test
This commit is contained in:
@@ -38,7 +38,7 @@ describe('AlfrescoSettingsService', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should have default BPM host', () => {
|
it('should have default BPM host', () => {
|
||||||
expect(service.ecmHost).toBe(AlfrescoSettingsService.DEFAULT_BPM_ADDRESS);
|
expect(service.bpmHost).toBe(AlfrescoSettingsService.DEFAULT_BPM_ADDRESS);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should change host BPM', () => {
|
it('should change host BPM', () => {
|
||||||
|
Reference in New Issue
Block a user