forked from GithubBackups/healthchecks
Add missing space
This commit is contained in:
parent
53467bd7d4
commit
de1369f24e
@ -8,7 +8,7 @@ class AddPagerTeamTestCase(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, "PagerTeam")
|
self.assertContains(r, "Pager Team")
|
||||||
|
|
||||||
def test_it_works(self):
|
def test_it_works(self):
|
||||||
form = {"value": "http://example.org"}
|
form = {"value": "http://example.org"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user