Skip to content

Commit

Permalink
Unicode email for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erinzm committed Jul 18, 2014
1 parent 738fa10 commit 4ed136a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class PledgeTest(BaseTest):
def setUp(self):
super(PledgeTest, self).setUp()
self.pledge = dict(
email='pika@pokedex.biz',
email='pik\u00E@pokedex.biz',
phone='212-234-5432',
name=u'Pik\u00E1 Chu',
occupation=u'Pok\u00E9mon',
Expand Down

0 comments on commit 4ed136a

Please sign in to comment.