forked from GithubBackups/healthchecks
Fix test.
This commit is contained in:
parent
3456dd9f6e
commit
d019ebc195
@ -8,7 +8,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, "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…
x
Reference in New Issue
Block a user