forked from GithubBackups/healthchecks
Fix tests.
This commit is contained in:
parent
47f2105562
commit
267db8a594
@ -17,7 +17,7 @@ class ChannelChecksTestCase(BaseTestCase):
|
||||
|
||||
self.client.login(username="alice@example.org", password="password")
|
||||
r = self.client.get(url)
|
||||
self.assertContains(r, "alice@example.org", status_code=200)
|
||||
self.assertContains(r, "Assign Checks to Channel", status_code=200)
|
||||
|
||||
def test_it_checks_owner(self):
|
||||
mallory = User(username="mallory", email="mallory@example.org")
|
||||
|
Loading…
x
Reference in New Issue
Block a user