From: Eric Engestrom Date: Mon, 2 May 2016 09:08:30 +0000 (+0100) Subject: tests: Fix spelling mistakes and typos X-Git-Tag: v2.0.0-rc1~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e17ff81f11292714177ad369abb4501b46c1fef;p=thirdparty%2Fpatchwork.git tests: Fix spelling mistakes and typos Signed-off-by: Eric Engestrom Reviewed-by: Stephen Finucane --- diff --git a/patchwork/tests/test_tags.py b/patchwork/tests/test_tags.py index a3f61cd6..5e2add35 100644 --- a/patchwork/tests/test_tags.py +++ b/patchwork/tests/test_tags.py @@ -28,7 +28,7 @@ from patchwork.tests.utils import defaults class ExtractTagsTest(TestCase): - email = 'test@exmaple.com' + email = 'test@example.com' name_email = 'test name <' + email + '>' fixtures = ['default_tags', 'default_states'] diff --git a/patchwork/tests/test_user.py b/patchwork/tests/test_user.py index f5e3c269..953decbc 100644 --- a/patchwork/tests/test_user.py +++ b/patchwork/tests/test_user.py @@ -235,7 +235,7 @@ class UserPasswordChangeTest(TestCase): response = self.client.get(self.done_url) self.assertContains(response, - "Your password has been changed sucessfully") + "Your password has been changed successfully") class UserUnlinkTest(TestCase):