You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
@Background
step, the new user is created with a random UUID which is supplied to subsequent stepsThe text was updated successfully, but these errors were encountered: