Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Feb 10, 2015
1 parent 94b3b41 commit d76faf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/py/test_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<option value='twitter'>Twitter</option>"
expected = "<a href='/alice/'>"
actual = self.client.GET('/', auth_as='alice').body
assert expected in actual

Expand Down

0 comments on commit d76faf6

Please sign in to comment.