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