mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] tests i18n key
This commit is contained in:
parent
91a07bdf08
commit
9d0074d71b
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ def find_expected_string_keys():
|
||||||
"ehlo_unreachable", "ehlo_bad_answer_details",
|
"ehlo_unreachable", "ehlo_bad_answer_details",
|
||||||
"ehlo_unreachable_details", ]
|
"ehlo_unreachable_details", ]
|
||||||
for check in checks:
|
for check in checks:
|
||||||
yield "diagnosis_mail_%" % check
|
yield "diagnosis_mail_%s" % check
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Load en locale json keys #
|
# Load en locale json keys #
|
||||||
|
|
Loading…
Add table
Reference in a new issue