From 40330ca800b7c6cdcc8a5010905c3448cd1776a8 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 30 May 2026 18:01:22 +0200 Subject: [PATCH] sharing/bday: fix typo --- radicale/tests/test_sharing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/tests/test_sharing.py b/radicale/tests/test_sharing.py index 3f468e56..714cc4e9 100644 --- a/radicale/tests/test_sharing.py +++ b/radicale/tests/test_sharing.py @@ -5060,7 +5060,7 @@ permissions: RrWw""") assert "TRIGGER:-PT15H" in answer assert "TRIGGER:PT9H" in answer - self.configure({"sharing": {"conversion_bday_alarm_trigger_template": "-12H;Birthday tomorrow of {fn}|12H;Birthday today of {n:g} {n:f}'"}}) + self.configure({"sharing": {"conversion_bday_alarm_trigger_template": "-12H;Birthday tomorrow of {fn}|12H;Birthday today of {n:g} {n:f}"}}) logging.info("\n*** GET collection user format: description -> ok") _, headers, answer = self.request("GET", path_shared_3, login="user:userpw") assert "DESCRIPTION:Birthday tomorrow of Test-FN-C3" in answer