mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
fix response for test submission/vocabularies
This commit is contained in:
@@ -60,16 +60,16 @@ describe('VocabularyEntriesResponseParsingService', () => {
|
|||||||
},
|
},
|
||||||
_links: {
|
_links: {
|
||||||
first: {
|
first: {
|
||||||
href: 'https://rest.api/discover/browses/author/entries/first?page=0&size=5'
|
href: 'https://rest.api/rest/api/submission/vocabularies/types/entries/first?page=0&size=5'
|
||||||
},
|
},
|
||||||
self: {
|
self: {
|
||||||
href: 'https://rest.api/discover/browses/author/entries'
|
href: 'https://rest.api/rest/api/submission/vocabularies/types/entries'
|
||||||
},
|
},
|
||||||
next: {
|
next: {
|
||||||
href: 'https://rest.api/discover/browses/author/entries/next?page=1&size=5'
|
href: 'https://rest.api/rest/api/submission/vocabularies/types/entries/next?page=1&size=5'
|
||||||
},
|
},
|
||||||
last: {
|
last: {
|
||||||
href: 'https://rest.api/discover/browses/author/entries/last?page=9&size=5'
|
href: 'https://rest.api/rest/api/submission/vocabularies/types/entries/last?page=9&size=5'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
page: {
|
page: {
|
||||||
|
Reference in New Issue
Block a user