maxdobeck / gatekeeper

API that performs user authentication and authorization as well as process business logic.
0 stars 0 forks source link

Randomize usernames test data #30

Open maxdobeck opened 6 years ago

maxdobeck commented 6 years ago

There is a conflict when running multiple branch tests in parallel. The database keys conflict so we need to randomize this. This will cause tests to fail saying "Already in database" or unique constraint violated.