chore(docker/test): add test texts config

pull/174/head
Christian Merten 4 months ago
parent f5e3769aae
commit 162b9a46ea
Signed by: christian.merten
GPG Key ID: D953D69721B948B3

@ -0,0 +1,12 @@
confirm_mail = """
Hiho custom test test {name},
du hast bei der JDAV %(SEKTION)s eine E-Mail Adresse hinterlegt. Da bei uns alle Kommunikation
per Email funktioniert, brauchen wir eine Bestätigung {whattoconfirm}.
Custom!
{link}
Test test
Deine JDAV test test %(SEKTION)s"""

@ -25,7 +25,7 @@ if os.path.exists(os.path.join(CONFIG_DIR_PATH, TEXTS_FILE)):
with open(os.path.join(CONFIG_DIR_PATH, TEXTS_FILE), 'rb') as f:
texts = tomli.load(f)
else:
texts = {}
texts = {} # pragma: no cover
def get_var(*keys, default='', dictionary=config):

Loading…
Cancel
Save