The folder creation is meant to succeed.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user