Simplify tests teatDown method.

This commit is contained in:
Roberto Rosario
2015-11-01 02:57:55 -04:00
parent 391298eea1
commit cbc1f12bf6
17 changed files with 0 additions and 40 deletions

View File

@@ -31,9 +31,6 @@ class FolderAPITestCase(APITestCase):
self.client.force_authenticate(user=self.admin_user)
def tearDown(self):
self.admin_user.delete()
def test_folder_create(self):
self.client.post(
reverse('rest_api:folder-list'), {'label': TEST_FOLDER_LABEL}