evainga / rememberbrall

A tiny little programme which helps to remember interesting stuff.
2 stars 1 forks source link

Make showAllEntries Test work again #13

Closed evainga closed 6 years ago

evainga commented 6 years ago

The showAllEntries test still is disabled, which also means that its REST documentation doesn't work.

The error message says

Cannot handle text/html content as it could not be parsed as JSON or XML

How to solve this in a reactive way?

evainga commented 6 years ago

The solution was to use separate Controllers for the reactive Rest-endpoint and for the thymeleaf representation of all entries. The thymeleaf controller got it own integration test. This is now in master, thats why I close this issue.