diff options
-rw-r--r-- | api/tests/test_rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/tests/test_rules.py b/api/tests/test_rules.py index 6552333c..c94f89cc 100644 --- a/api/tests/test_rules.py +++ b/api/tests/test_rules.py @@ -4,7 +4,7 @@ from .base import APISubdomainTestCase from ..views import RulesView -class HealthcheckAPITests(APISubdomainTestCase): +class RuleAPITests(APISubdomainTestCase): def setUp(self): super().setUp() self.client.force_authenticate(user=None) |