mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
[CST-3088] Replace use of AuthorityService with new VocabularyService
This commit is contained in:
@@ -12,7 +12,7 @@ describe('LookupNameFieldParser test suite', () => {
|
||||
const parserOptions: ParserOptions = {
|
||||
readOnly: false,
|
||||
submissionScope: 'testScopeUUID',
|
||||
authorityUuid: null
|
||||
collectionUUID: null
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
@@ -27,7 +27,7 @@ describe('LookupNameFieldParser test suite', () => {
|
||||
selectableMetadata: [
|
||||
{
|
||||
metadata: 'author',
|
||||
authority: 'RPAuthority',
|
||||
controlledVocabulary: 'RPAuthority',
|
||||
closed: false
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user