Getting errors running automated test for register APIView

This test

It was ok in your test, so that means you have two users in your database after the test runs. You’re creating one (jonedoe12) in this unit test. I just wonder where does the second one come from !