diff --git a/hc/front/tests/test_channel_checks.py b/hc/front/tests/test_channel_checks.py index 1dd8109c..adfc082c 100644 --- a/hc/front/tests/test_channel_checks.py +++ b/hc/front/tests/test_channel_checks.py @@ -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")