diff options
-rw-r--r-- | apps/patchwork/tests/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/tests/utils.py b/apps/patchwork/tests/utils.py index ec6a9ce..3f57baf 100644 --- a/apps/patchwork/tests/utils.py +++ b/apps/patchwork/tests/utils.py @@ -58,7 +58,7 @@ class defaults(object): """ error_strings = { - 'email': EmailField.default_error_messages['invalid'], + 'email': 'Enter a valid email address.', } _user_idx = 1 |