From 90be1a1910ece8967aaa810e54eeb7dc58e5ace8 Mon Sep 17 00:00:00 2001 From: Thais Siqueira Date: Tue, 25 Apr 2017 16:36:56 -0300 Subject: Fix recovery code mail functional test with @tayanefernandes --- service/test/functional/features/steps/mail_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3