diff --git a/mayan/apps/acls/tests/test_api.py b/mayan/apps/acls/tests/test_api.py index 759402a894..eb87c007da 100644 --- a/mayan/apps/acls/tests/test_api.py +++ b/mayan/apps/acls/tests/test_api.py @@ -79,7 +79,6 @@ class ACLAPITestCase(ACLTestMixin, DocumentTestMixin, BaseAPITestCase): ) ) - def test_acl_detail_api_view_with_access(self): self._create_test_acl() @@ -106,7 +105,6 @@ class ACLAPITestCase(ACLTestMixin, DocumentTestMixin, BaseAPITestCase): ) ) - def test_acl_permission_delete_view_with_access(self): self.expected_content_type = None self.test_permission = permission_document_view