cleanup
This commit is contained in:
@@ -40,7 +40,6 @@ 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 but it's inactive
|
||||||
TODO: should create inactive user
|
|
||||||
"""
|
"""
|
||||||
data = {
|
data = {
|
||||||
'email': 'test@email.com',
|
'email': 'test@email.com',
|
||||||
|
|||||||
Reference in New Issue
Block a user