2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00
This commit is contained in:
Matthias Mair
2022-05-20 12:33:51 +02:00
parent 42d325e7ca
commit e8287f02d4
14 changed files with 31 additions and 31 deletions

View File

@ -4,7 +4,7 @@ from django.urls import reverse
from django.contrib.auth.models import Group
from rest_framework.authtoken.models import Token
from InvenTree.InvenTree.helpers import InvenTreeTestCate
from InvenTree.InvenTree.helpers import InvenTreeTestCase
from users.models import RuleSet, Owner
@ -160,7 +160,7 @@ class RuleSetModelTest(TestCase):
self.assertEqual(group.permissions.count(), 0)
class OwnerModelTest(InvenTreeTestCate):
class OwnerModelTest(InvenTreeTestCase):
"""
Some simplistic tests to ensure the Owner model is setup correctly.
"""