diff --git a/hc/front/tests/test_basics.py b/hc/front/tests/test_basics.py index e180c56d..72b0991c 100644 --- a/hc/front/tests/test_basics.py +++ b/hc/front/tests/test_basics.py @@ -5,4 +5,4 @@ class BasicsTestCase(TestCase): def test_it_shows_welcome(self): r = self.client.get("/") - self.assertContains(r, "Welcome", status_code=200) + self.assertContains(r, "Get Notified", status_code=200)