diff options
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) |