#4416: Remove individual view for extras.Tag

This commit is contained in:
Jeremy Stretch
2020-07-01 14:21:51 -04:00
parent 3d9260751c
commit 39e1d5e962
5 changed files with 1 additions and 36 deletions

View File

@@ -10,7 +10,7 @@ from extras.models import ConfigContext, ObjectChange, Tag
from utilities.testing import ViewTestCases, TestCase
class TagTestCase(ViewTestCases.PrimaryObjectViewTestCase):
class TagTestCase(ViewTestCases.OrganizationalObjectViewTestCase):
model = Tag
@classmethod