### 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 1. This could be done by generating a random mock user OR 2. 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 https://github.com/EddieHubCommunity/HealthCheck/issues/243 ### Screenshots _No response_ ### Additional information _No response_
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
OR
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