diff --git a/remarkbox/tests/test_views.py b/remarkbox/tests/test_views.py index b8a5cbf..65e3a72 100644 --- a/remarkbox/tests/test_views.py +++ b/remarkbox/tests/test_views.py @@ -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)