Skip to content
Snippets Groups Projects
Commit bb1f39c2 authored by Ben Adida's avatar Ben Adida
Browse files

updated tests for new voter ID email

parent 556065a9
No related branches found
No related tags found
No related merge requests found
...@@ -442,7 +442,7 @@ class ElectionBlackboxTests(TestCase): ...@@ -442,7 +442,7 @@ class ElectionBlackboxTests(TestCase):
self.assertEquals(email_message.subject, "your password") self.assertEquals(email_message.subject, "your password")
# get the username and password # get the username and password
username = re.search('username: (.*)', email_message.body).group(1) username = re.search('voter ID: (.*)', email_message.body).group(1)
password = re.search('password: (.*)', email_message.body).group(1) password = re.search('password: (.*)', email_message.body).group(1)
# vote by preparing a ballot via the server-side encryption # vote by preparing a ballot via the server-side encryption
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment