This commit is contained in:
Sam
2021-02-04 12:15:58 +00:00
parent 8d359cdb71
commit 275c4fd57e

View File

@@ -40,7 +40,6 @@ class CustomUserViewSetTest(APITestCase):
# anon user
def test_anon_user_can_create_active_instance(self):
"""Not logged-in user can create new instance of User but it's inactive
TODO: should create inactive user
"""
data = {
'email': 'test@email.com',