Browse Source

Fix test.

pull/109/head
Pēteris Caune 8 years ago
parent
commit
d019ebc195
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hc/front/tests/test_add_opsgenie.py

+ 1
- 1
hc/front/tests/test_add_opsgenie.py View File

@ -8,7 +8,7 @@ class AddOpsGenieTestCase(BaseTestCase):
def test_instructions_work(self): def test_instructions_work(self):
self.client.login(username="[email protected]", password="password") self.client.login(username="[email protected]", password="password")
r = self.client.get(self.url) 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): def test_it_works(self):
form = {"value": "123456"} form = {"value": "123456"}


Loading…
Cancel
Save