Changeset - 0d6b8abd8652
[Not reviewed]
default
0 1 0
timeless@gmail.com - 10 years ago 2016-05-03 14:07:13
timeless@gmail.com
spelling: missing
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/functional/test_my_account.py
Show inline comments
 
@@ -53,7 +53,7 @@ class TestMyAccountController(TestContro
 
                                 {'new_email': TEST_USER_REGULAR_EMAIL, '_authentication_token': self.authentication_token()})
 
        self.checkSessionFlash(response, 'This email address is already in use')
 

	
 
    def test_my_account_my_emails_add_mising_email_in_form(self):
 
    def test_my_account_my_emails_add_missing_email_in_form(self):
 
        self.log_user()
 
        response = self.app.get(url('my_account_emails'))
 
        response.mustcontain('No additional emails specified')
0 comments (0 inline, 0 general)