|
@ -17,7 +17,7 @@ class ChannelChecksTestCase(BaseTestCase): |
|
|
|
|
|
|
|
|
self.client.login(username="[email protected]", password="password") |
|
|
self.client.login(username="[email protected]", password="password") |
|
|
r = self.client.get(url) |
|
|
r = self.client.get(url) |
|
|
self.assertContains(r, "[email protected]", status_code=200) |
|
|
|
|
|
|
|
|
self.assertContains(r, "Assign Checks to Channel", status_code=200) |
|
|
|
|
|
|
|
|
def test_it_checks_owner(self): |
|
|
def test_it_checks_owner(self): |
|
|
mallory = User(username="mallory", email="[email protected]") |
|
|
mallory = User(username="mallory", email="[email protected]") |
|
|