The folder creation is meant to succeed.

This commit is contained in:
Roberto Rosario
2016-05-26 23:52:24 -04:00
parent de81fc58dd
commit 48d88d39e7

View File

@@ -16,7 +16,6 @@ class FolderOrganizationViewTestCase(OrganizationViewTestCase):
'label': TEST_FOLDER_LABEL
}
)
self.assertEqual(response.status_code, 404)
self.assertEqual(Folder.on_organization.count(), 1)
with self.settings(ORGANIZATION_ID=self.organization_b.pk):