Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Duplication Registration of Users #48

Open
2 tasks
noce2 opened this issue Dec 20, 2020 · 0 comments
Open
2 tasks

Prevent Duplication Registration of Users #48

noce2 opened this issue Dec 20, 2020 · 0 comments
Labels
3 days bug Something isn't working

Comments

@noce2
Copy link
Contributor

noce2 commented Dec 20, 2020

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:

  • Prevent the registration of a new user with exactly the same Id as a previous user
  • Modify the integration tests so that during the @Background step, the new user is created with a random UUID which is supplied to subsequent steps
@noce2 noce2 added bug Something isn't working 3 days labels Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 days bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant