mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
fix tests
This commit is contained in:
@@ -45,7 +45,7 @@ describe('AcaMobileAppSwitcherService', () => {
|
||||
});
|
||||
appConfig = TestBed.inject(AppConfigService);
|
||||
appConfig.config.mobileAppSwitch = {
|
||||
enabled: 'true',
|
||||
enabled: true,
|
||||
iphoneUrl: 'iosamw://',
|
||||
androidUrlPart1: 'intent:///',
|
||||
androidUrlPart2: '#Intent;scheme=androidamw;package=com.alfresco.content.app;end',
|
||||
|
Reference in New Issue
Block a user