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):