From d019ebc19558b3985fd33f5ce875e94a425fc244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 17 Oct 2016 13:33:12 +0300 Subject: [PATCH] Fix test. --- hc/front/tests/test_add_opsgenie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hc/front/tests/test_add_opsgenie.py b/hc/front/tests/test_add_opsgenie.py index e8d1d345..859281a9 100644 --- a/hc/front/tests/test_add_opsgenie.py +++ b/hc/front/tests/test_add_opsgenie.py @@ -8,7 +8,7 @@ class AddOpsGenieTestCase(BaseTestCase): def test_instructions_work(self): self.client.login(username="alice@example.org", password="password") r = self.client.get(self.url) - self.assertContains(r, "incident management system") + self.assertContains(r, "escalation policies and incident tracking") def test_it_works(self): form = {"value": "123456"}