mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Fixed wrong links in mock object
This commit is contained in:
@@ -60,16 +60,16 @@ describe('VocabularyEntriesResponseParsingService', () => {
|
||||
},
|
||||
_links: {
|
||||
first: {
|
||||
href: 'https://rest.api/discover/browses/author/entries?page=0&size=5'
|
||||
href: 'https://rest.api/discover/browses/author/entries/first?page=0&size=5'
|
||||
},
|
||||
self: {
|
||||
href: 'https://rest.api/discover/browses/author/entries'
|
||||
},
|
||||
next: {
|
||||
href: 'https://rest.api/discover/browses/author/entries?page=1&size=5'
|
||||
href: 'https://rest.api/discover/browses/author/entries/next?page=1&size=5'
|
||||
},
|
||||
last: {
|
||||
href: 'https://rest.api/discover/browses/author/entries?page=9&size=5'
|
||||
href: 'https://rest.api/discover/browses/author/entries/last?page=9&size=5'
|
||||
}
|
||||
},
|
||||
page: {
|
||||
|
Reference in New Issue
Block a user