# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:07:13 # Node ID 0d6b8abd86526161d76d812929601d9b7a3b8cea # Parent f6cd2511b9f59f09766933925ab0c465952c26c3 spelling: missing diff --git a/kallithea/tests/functional/test_my_account.py b/kallithea/tests/functional/test_my_account.py --- a/kallithea/tests/functional/test_my_account.py +++ b/kallithea/tests/functional/test_my_account.py @@ -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')