No moar borg i18n keys

This commit is contained in:
Alexandre Aubin 2020-08-31 18:51:23 +02:00
parent 659d23ceb3
commit 7ccc7fa13e

View file

@ -112,7 +112,7 @@ def find_expected_string_keys():
# Hardcoded expected keys ...
yield "admin_password" # Not sure that's actually used nowadays...
for method in ["tar", "copy", "borg", "custom"]:
for method in ["tar", "copy", "custom"]:
yield "backup_applying_method_%s" % method
yield "backup_method_%s_finished" % method