navikt / data-catalog-backend

MIT License
2 stars 2 forks source link

Rest page format changes #44

Closed elmgren closed 5 years ago

elmgren commented 5 years ago

Changes to the format of RestResponsePage. Now contains

Works in local developer testing. Had to block out tests in integrationtest. For some unknown reason the use of RestResponsePage initiates the subclass PageImpl twice in integrationtests, and the second time it is initiated with as an empty page wich results in responseentity.getBody() being empty for assertions.

This does not happen when run on developer local testing.

elmgren commented 5 years ago

Will resolve the mergeConflict first thing next week