rename the index_view test

This commit is contained in:
Andreas Zweili 2019-10-24 22:35:50 +02:00
parent e4ccc594af
commit a0a291d82e
1 changed files with 1 additions and 1 deletions

View File

@ -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