Skip to content
Snippets Groups Projects
Commit c749167f authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

61493: AoT build fix

parent 9766a65c
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,8 @@ describe('FilteredDiscoveryPageResponseParsingService', () => {
payload: {
'discovery-query': 'query'
},
statusCode: '200'
statusCode: 200,
statusText: 'OK'
} as DSpaceRESTV2Response;
it('should return a FilteredDiscoveryQueryResponse containing the correct query', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment