Commit f53a0a18 authored by Kyla Villegas's avatar Kyla Villegas

AttributeError from heroes/views.py

parent c123899d
......@@ -15,5 +15,5 @@ class HomePageTest(TestCase):
response = home_page(request)
html = response.content.decode('utf8')
self.assertTrue(html.startswith('<html>'))
self.assertIn('<title>The Will of the Wisps Wiki</title>'', html)
self.assertIn('<title>The Will of the Wisps Wiki</title>', html)
self.assertTrue(html.endswith('</html>'))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment