From d415f42afc969e40f5110067efb84a624beef459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Wed, 1 Jul 2015 20:13:19 +0300 Subject: [PATCH] Fix tests --- hc/front/tests/test_basics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)