diff options
author | Thais Siqueira <thais.siqueira@gmail.com> | 2017-04-25 16:36:56 -0300 |
---|---|---|
committer | Thais Siqueira <thais.siqueira@gmail.com> | 2017-04-26 11:34:38 -0300 |
commit | 90be1a1910ece8967aaa810e54eeb7dc58e5ace8 (patch) | |
tree | 9b17f4a9ede5b7c5248af05d67398a8a5929d128 /service | |
parent | f47b414f8231c5f62e3477711df4623969e86284 (diff) |
Fix recovery code mail functional test
with @tayanefernandes
Diffstat (limited to 'service')
-rw-r--r-- | service/test/functional/features/steps/mail_view.py | 2 |
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) |