fixed string

This commit is contained in:
Sam
2021-02-04 12:30:15 +00:00
parent 275c4fd57e
commit b11a5afa8b

View File

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