Update test_views.py
This commit is contained in:
parent
2c464d81d8
commit
5439a0811f
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class UnauthenticatedFunctionalTests(FunctionalTests):
|
|||
|
||||
def test_root_home_page(self):
|
||||
res = self.testapp.get("/", status=200)
|
||||
self.assertTrue(b"Faq" in res.body)
|
||||
self.assertTrue(b"FAQ" in res.body)
|
||||
self.assertTrue(b"Meta" in res.body)
|
||||
self.assertTrue(b"About" in res.body)
|
||||
self.assertTrue(b"Demo" in res.body)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue