Skip to content

Commit

Permalink
[AAE-8556] Switch to https
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktord2000 committed Nov 29, 2023
1 parent e673147 commit af86180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('AttachFileWidgetDialogComponent', () => {
actionName: 'Choose',
currentFolderId: '-my-',
selected: new EventEmitter<any>(),
ecmHost: 'http://fakeUrl.com',
ecmHost: 'https://fakeUrl.com',
isSelectionValid: (entry: Node) => entry.isFile
};
let element: HTMLInputElement;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('AttachFileWidgetDialogService', () => {
error: new Subject<any>()
}
} as any);
mockRepository = { id: 1, name: 'fake-title', repositoryUrl: 'http://fakeurl.com/alfresco' };
mockRepository = { id: 1, name: 'fake-title', repositoryUrl: 'https://fakeurl.com/alfresco' };
});

it('should be able to open the dialog when node has permission', () => {
Expand Down

0 comments on commit af86180

Please sign in to comment.