In order to run MVC tests I had to comment out the annotation @EnableJpaAuditing in the main class.
Unfortunately I didn't manage to fix it in a more appropriate way. Advises and hints will be highly appreciated!
test_update_business_not_found() in BusinessControllerMockMvcTest keeps failing. Any idea why?
Fixes #21
Open issues:
In order to run MVC tests I had to comment out the annotation @EnableJpaAuditing in the main class. Unfortunately I didn't manage to fix it in a more appropriate way. Advises and hints will be highly appreciated!
test_update_business_not_found() in BusinessControllerMockMvcTest keeps failing. Any idea why?