summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorThais Siqueira <thais.siqueira@gmail.com>2017-04-25 16:36:56 -0300
committerThais Siqueira <thais.siqueira@gmail.com>2017-04-26 11:34:38 -0300
commit90be1a1910ece8967aaa810e54eeb7dc58e5ace8 (patch)
tree9b17f4a9ede5b7c5248af05d67398a8a5929d128 /service
parentf47b414f8231c5f62e3477711df4623969e86284 (diff)
Fix recovery code mail functional test
with @tayanefernandes
Diffstat (limited to 'service')
-rw-r--r--service/test/functional/features/steps/mail_view.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/functional/features/steps/mail_view.py b/service/test/functional/features/steps/mail_view.py
index 9b49e6e5..26368aaa 100644
--- a/service/test/functional/features/steps/mail_view.py
+++ b/service/test/functional/features/steps/mail_view.py
@@ -113,5 +113,5 @@ def impl(context):
@then(u'I see the mail has the recovery code')
def step_impl(context):
- expected_body = 'This code is they only way to recover access to your account in case you lose your password.'
+ expected_body = 'You are receiving this message because you registered an email account at'
context.execute_steps(u"Then I see that the body has '%s'" % expected_body)