Add check for config properties provided by server

This commit is contained in:
Yana De Pauw
2020-07-30 15:11:42 +02:00
parent 76ad72f536
commit 90f68eed7e
2 changed files with 7 additions and 3 deletions

View File

@@ -57,8 +57,10 @@ describe('CurationFormComponent', () => {
name: 'plugin.named.org.dspace.curate.CurationTask',
values: [
'org.dspace.ctask.general.ProfileFormats = profileformats',
'',
'org.dspace.ctask.general.RequiredMetadata = requiredmetadata',
'org.dspace.ctask.general.MetadataValueLinkChecker = checklinks'
'org.dspace.ctask.general.MetadataValueLinkChecker = checklinks',
'value-to-be-skipped'
]
}))
});