[fix] tests i18n key

This commit is contained in:
ljf 2020-04-19 01:15:21 +02:00
parent 91a07bdf08
commit 9d0074d71b

View file

@ -128,7 +128,7 @@ def find_expected_string_keys():
"ehlo_unreachable", "ehlo_bad_answer_details",
"ehlo_unreachable_details", ]
for check in checks:
yield "diagnosis_mail_%" % check
yield "diagnosis_mail_%s" % check
###############################################################################
# Load en locale json keys #