Commit 6ec01db3 authored by Romain Courteaud's avatar Romain Courteaud

Vifib frontpage has changed.

parent be61101e
......@@ -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("My Services" in response.getBody())
self.assertTrue("ViFiB is a low cost Distributed Cloud Computing provider" 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