From 3656e399f7d55c262655cb5600e7b076bfee3339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Wed, 18 May 2016 12:41:41 +0300 Subject: [PATCH] Fix tests. --- hc/front/tests/test_log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hc/front/tests/test_log.py b/hc/front/tests/test_log.py index 886a5350..1bf31882 100644 --- a/hc/front/tests/test_log.py +++ b/hc/front/tests/test_log.py @@ -17,7 +17,7 @@ class LogTestCase(BaseTestCase): self.client.login(username="alice@example.org", password="password") r = self.client.get(url) - self.assertContains(r, "Dates and times are", status_code=200) + self.assertContains(r, "Local Time", status_code=200) def test_team_access_works(self): url = "/checks/%s/log/" % self.check.code