diff --git a/survey/tests/locale/test_locale_normalization.py b/survey/tests/locale/test_locale_normalization.py index c26177d7..00f196d2 100644 --- a/survey/tests/locale/test_locale_normalization.py +++ b/survey/tests/locale/test_locale_normalization.py @@ -44,6 +44,6 @@ def test_normalization(self): "You did not update the translation following your changes. Maybe you did not use the " "normalized 'python3 manage.py makemessages --no-obsolete --no-wrap' ? If you're " f"working locally, just use 'git add {self.LOCALE_PATH}', we launched " - f"'{command_as_str}' during tests.", + f"'{command_as_str}' during tests.\ngit diff\n{git_diff}", ) self.assertEqual(number_of_change, number_of_language, msg)