mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
fix test and lint issues after merge
This commit is contained in:
@@ -96,6 +96,8 @@ describe('ResourcePolicyService', () => {
|
||||
});
|
||||
|
||||
responseCacheEntry = new RequestEntry();
|
||||
responseCacheEntry.request = { href: 'https://rest.api/' } as any;
|
||||
responseCacheEntry.completed = true;
|
||||
responseCacheEntry.response = new RestResponse(true, 200, 'Success');
|
||||
|
||||
requestService = jasmine.createSpyObj('requestService', {
|
||||
|
@@ -128,7 +128,6 @@ export class SubmissionSectionformComponent extends SectionModelComponent {
|
||||
* @param {SubmissionObjectDataService} submissionObjectService
|
||||
* @param {ObjectCacheService} objectCache
|
||||
* @param {RequestService} requestService
|
||||
* @param {GlobalConfig} EnvConfig
|
||||
* @param {string} injectedCollectionId
|
||||
* @param {SectionDataObject} injectedSectionData
|
||||
* @param {string} injectedSubmissionId
|
||||
|
Reference in New Issue
Block a user