Browse Source

Rename the class

pull/143/head
Austin 7 years ago
parent
commit
ef90e6e3b8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      hc/front/tests/test_add_pagertree.py

+ 2
- 2
hc/front/tests/test_add_pagertree.py View File

@ -2,13 +2,13 @@ from hc.api.models import Channel
from hc.test import BaseTestCase
class AddVictorOpsTestCase(BaseTestCase):
class AddPagerTreeTestCase(BaseTestCase):
url = "/integrations/add_pagertree/"
def test_instructions_work(self):
self.client.login(username="[email protected]", password="password")
r = self.client.get(self.url)
self.assertContains(r, "to create a PagerTree incident when a check goes down, and resolve it when a check goes back up.")
self.assertContains(r, "PagerTree")
def test_it_works(self):
form = {"value": "http://example.org"}


Loading…
Cancel
Save