Browse Source

Fix tests.

pull/60/head
Pēteris Caune 9 years ago
parent
commit
267db8a594
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hc/front/tests/test_channel_checks.py

+ 1
- 1
hc/front/tests/test_channel_checks.py View File

@ -17,7 +17,7 @@ class ChannelChecksTestCase(BaseTestCase):
self.client.login(username="[email protected]", password="password")
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):
mallory = User(username="mallory", email="[email protected]")


Loading…
Cancel
Save