Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Sep 20, 2023
1 parent 93688dc commit 8b84a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tos/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_redirect_security(self):
self.assertIn(settings.LOGIN_REDIRECT_URL, response.url)

def test_need_to_log_in(self):
""" GET to login url shows login tempalte."""
""" GET to login url shows login template."""

response = self.client.get(self.login_url)
self.assertContains(response, "Dummy login template.")
Expand Down

0 comments on commit 8b84a0d

Please sign in to comment.