CodeSeoul / event_member_management_backend

ISC License
2 stars 1 forks source link

Member integration tests #21

Closed xstrengthofonex closed 1 year ago

xstrengthofonex commented 1 year ago

Changed member mock tests into integration tests using H2 database as an in-memory database

xstrengthofonex commented 1 year ago

Looks good. Little turned off by the "/members/1" bit, but it should never hit the success case.

Do you mean in the updatesAUser test? I meant to change that to a string format like in the others tests. I can add the change in the next bunch of tests.