forked from GithubBackups/healthchecks
Fix tests
This commit is contained in:
parent
77a5f11cf9
commit
823b3dbc7b
@ -12,7 +12,7 @@ class AddOpsGenieTestCase(BaseTestCase):
|
|||||||
def test_instructions_work(self):
|
def test_instructions_work(self):
|
||||||
self.client.login(username="alice@example.org", password="password")
|
self.client.login(username="alice@example.org", password="password")
|
||||||
r = self.client.get(self.url)
|
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):
|
def test_it_works(self):
|
||||||
form = {"key": "123456", "region": "us"}
|
form = {"key": "123456", "region": "us"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user