diff --git a/mayan/apps/common/tests/test_views.py b/mayan/apps/common/tests/test_views.py index 26bd1e13d2..c4ded1802a 100644 --- a/mayan/apps/common/tests/test_views.py +++ b/mayan/apps/common/tests/test_views.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - from __future__ import unicode_literals from django.contrib.auth.models import User @@ -14,7 +12,7 @@ from documents.tests.literals import ( ) -class DocumentsViewsFunctionalTestCase(TestCase): +class CommonViewTestCase(TestCase): def setUp(self): self.admin_user = User.objects.create_superuser( username=TEST_ADMIN_USERNAME, email=TEST_ADMIN_EMAIL,