controller/tests: The DB used for auth must be test DB.
Since auth is initialised at the beginning it doesn't benefit from the change of the DB. Therefore it was modifying the original DB rather than working on the test DB.
Please register or sign in to comment