mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
Encoding removed.
This commit is contained in:
@@ -22,7 +22,7 @@ describe('LookupGuard', () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
guard.canActivate(scopedRoute as any, undefined);
|
guard.canActivate(scopedRoute as any, undefined);
|
||||||
expect(dsoService.findById).toHaveBeenCalledWith('123456789%2F1234', IdentifierType.HANDLE)
|
expect(dsoService.findById).toHaveBeenCalledWith('123456789/1234', IdentifierType.HANDLE)
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should call findById with handle params', () => {
|
it('should call findById with handle params', () => {
|
||||||
|
Reference in New Issue
Block a user