From a0a291d82ecf88241de35ce9b227f3f1370641ea Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 24 Oct 2019 22:35:50 +0200 Subject: [PATCH] rename the index_view test --- sensors/collector/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensors/collector/tests/test_views.py b/sensors/collector/tests/test_views.py index 85737fe..66001ad 100644 --- a/sensors/collector/tests/test_views.py +++ b/sensors/collector/tests/test_views.py @@ -8,7 +8,7 @@ from .helper import in_content, not_in_content pytestmark=pytest.mark.django_db -def test_index_temperature(): +def test_index_view(): response = Client().get('/') assert response.status_code == 200