From 48d88d39e7741cbc405e66accdb45abbc9becc19 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 26 May 2016 23:52:24 -0400 Subject: [PATCH] The folder creation is meant to succeed. --- mayan/apps/folders/tests/test_organization_views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mayan/apps/folders/tests/test_organization_views.py b/mayan/apps/folders/tests/test_organization_views.py index 0d297ead76..599b35e82c 100644 --- a/mayan/apps/folders/tests/test_organization_views.py +++ b/mayan/apps/folders/tests/test_organization_views.py @@ -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):