mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +00:00
61493: AoT build fix
This commit is contained in:
@@ -24,7 +24,8 @@ describe('FilteredDiscoveryPageResponseParsingService', () => {
|
|||||||
payload: {
|
payload: {
|
||||||
'discovery-query': 'query'
|
'discovery-query': 'query'
|
||||||
},
|
},
|
||||||
statusCode: '200'
|
statusCode: 200,
|
||||||
|
statusText: 'OK'
|
||||||
} as DSpaceRESTV2Response;
|
} as DSpaceRESTV2Response;
|
||||||
|
|
||||||
it('should return a FilteredDiscoveryQueryResponse containing the correct query', () => {
|
it('should return a FilteredDiscoveryQueryResponse containing the correct query', () => {
|
||||||
|
Reference in New Issue
Block a user