Browse Source

Fix tests

pull/464/head
Pēteris Caune 4 years ago
parent
commit
823b3dbc7b
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
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

@ -12,7 +12,7 @@ class AddOpsGenieTestCase(BaseTestCase):
def test_instructions_work(self):
self.client.login(username="[email protected]", password="password")
r = self.client.get(self.url)
self.assertContains(r, "escalation policies and incident tracking")
self.assertContains(r, "escalation policies, and incident tracking")
def test_it_works(self):
form = {"key": "123456", "region": "us"}


Loading…
Cancel
Save