diff --git a/tests/py/test_pages.py b/tests/py/test_pages.py index 5902a23fb7..868618bc80 100644 --- a/tests/py/test_pages.py +++ b/tests/py/test_pages.py @@ -34,7 +34,7 @@ def test_new_participant_can_browse(self): def test_escaping_on_homepage(self): self.make_participant('alice', claimed_time='now') - expected = "" + expected = "" actual = self.client.GET('/', auth_as='alice').body assert expected in actual