aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-01-09 20:52:52 +0100
committerGravatar Johannes Christ <[email protected]>2019-01-09 20:52:52 +0100
commit1d77eac6d99b2b9678a01a362ef4d1e4cfa5ab17 (patch)
treee5bb27dbb4128b4436c28e26ebd3ba8e87dfa526
parentAdd a view returning the server rules. (diff)
Use proper test case name.
-rw-r--r--api/tests/test_rules.py2
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)