devondragon / SpringUserFramework

Easy User Management Framework/Starter App for Spring. Providing registration, login, logout, and more built on top of Spring Security.
Apache License 2.0
88 stars 28 forks source link

add integration test for registration endpoint #85

Closed Sprokof closed 6 months ago

Sprokof commented 6 months ago

Hi, i added integration test, but for passing test UserApi class needs to have @RequestBody in methods' arguments, but when add this annotation UI tests not passing, as solution i would replace sending data from form to ajax

devondragon commented 6 months ago

Thank you very much!!!!