mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
verify whether file uploads are mandatory
This commit is contained in:
@@ -274,7 +274,7 @@ describe('SubmissionSectionUploadComponent test suite', () => {
|
|||||||
resourcePolicyService.findByHref.and.returnValue(createSuccessfulRemoteDataObject$(mockDefaultAccessCondition));
|
resourcePolicyService.findByHref.and.returnValue(createSuccessfulRemoteDataObject$(mockDefaultAccessCondition));
|
||||||
|
|
||||||
uploadsConfigService.getConfigByHref.and.returnValue(observableOf(
|
uploadsConfigService.getConfigByHref.and.returnValue(observableOf(
|
||||||
new ConfigData(new PageInfo(), mockUploadConfigResponseNotRequired as any)
|
new ConfigData(new PageInfo(), mockUploadConfigResponse as any)
|
||||||
));
|
));
|
||||||
|
|
||||||
groupService.findById.and.returnValues(
|
groupService.findById.and.returnValues(
|
||||||
|
Reference in New Issue
Block a user