Commit 75a7930b authored by Romain Courteaud's avatar Romain Courteaud

Frontpage has been modified

parent cdbc03a5
......@@ -87,7 +87,7 @@ class TestVifibWebSite(testVifibMixin):
self.assertEquals(HTTP_OK, response.getStatus())
self.assertEquals('text/html; charset=utf-8',
response.getHeader('content-type'))
self.assertTrue("Enjoy Personal Cloud Computing" in response.getBody())
self.assertTrue("Enjoy Decentralized Cloud Computing" in response.getBody())
def test_05_checkFreeFiberAccess(self):
"""
......
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