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

@ -7,7 +7,7 @@ from django.test import TestCase, Client
from django.urls import reverse
from InvenTree.api_tester import InvenTreeAPITestCase
from InvenTree.helpers import InvenTreeTestCate, str2bool
from InvenTree.helpers import InvenTreeTestCase, str2bool
from plugin.models import NotificationUserSetting, PluginConfig
from plugin import registry
@ -17,7 +17,7 @@ from .api import WebhookView
CONTENT_TYPE_JSON = 'application/json'
class SettingsTest(InvenTreeTestCate):
class SettingsTest(InvenTreeTestCase):
"""
Tests for the 'settings' model
"""