From d76faf6f2e2f6b701fefae1bc1704981b125c8bb Mon Sep 17 00:00:00 2001 From: Changaco Date: Tue, 10 Feb 2015 22:50:50 +0100 Subject: [PATCH] update test --- tests/py/test_pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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