This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Description
Description
When the tests run on an existing DB, the user is no longer created but updated.
A bug was recently found when new users log in with GitHub OAuth, so we need to test the login for new users
- This could be done by generating a random mock user
OR
- Reset the DB everytime the tests run
I think option 1 is best, because we don't want to reset the DB in our local dev environment
Related issue #243
Screenshots
No response
Additional information
No response