fix test and lint issues after merge

This commit is contained in:
Art Lowel
2020-06-22 12:26:30 +02:00
parent 05b2489da5
commit a281583f6e
2 changed files with 3 additions and 2 deletions

View File

@@ -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', {

View File

@@ -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