math-dojo / user-account-service

Microservice for managing the users of the math-dojo platform
1 stars 0 forks source link

Prevent Duplication Registration of Users #48

Open noce2 opened 3 years ago

noce2 commented 3 years ago

As shown in #44, the integration tests repeatedly register users with the same id prior to each test. In reality, this should not be possible. The scope of this issue is to do 2 things: