61493: AoT build fix

This commit is contained in:
Kristof De Langhe
2019-04-01 16:13:19 +02:00
parent 9766a65c3a
commit c749167f7b

View File

@@ -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', () => {