From 734ca02a955fd11b6f03c6935bbc40b9cd45634d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 28 Aug 2019 17:29:56 -0400 Subject: [PATCH] Warning cleanup Signed-off-by: Roberto Rosario --- mayan/apps/document_indexing/tests/test_views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mayan/apps/document_indexing/tests/test_views.py b/mayan/apps/document_indexing/tests/test_views.py index c7e163d76c..6eac0dedb1 100644 --- a/mayan/apps/document_indexing/tests/test_views.py +++ b/mayan/apps/document_indexing/tests/test_views.py @@ -90,7 +90,6 @@ class IndexInstaceViewTestCase( link_documents=True ) - def test_index_rebuild_view_no_permission(self): self.upload_document() self._create_test_index()