From 1d77eac6d99b2b9678a01a362ef4d1e4cfa5ab17 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Wed, 9 Jan 2019 20:52:52 +0100 Subject: Use proper test case name. --- api/tests/test_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3