Index: openacs-4/packages/calendar/tcl/test/cal-item-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/test/cal-item-procs.tcl,v
diff -u -r1.8.2.7 -r1.8.2.8
--- openacs-4/packages/calendar/tcl/test/cal-item-procs.tcl	14 Feb 2023 14:18:25 -0000	1.8.2.7
+++ openacs-4/packages/calendar/tcl/test/cal-item-procs.tcl	14 Feb 2023 14:32:29 -0000	1.8.2.8
@@ -272,9 +272,9 @@
         set package_id [ad_conn package_id]
         set mode_pretty [_ calendar.New]
         aa_true "Notification was generated" [db_0or1row check {
-            select 1 from notifications where object_id = :package_id
-            and notif_subject like '%' || :mode_pretty || '%'
-            and response_id = :cal_item_id
+            select 1 from notifications
+             where notif_subject like '%' || :mode_pretty || '%'
+               and response_id = :cal_item_id
         }]
 
         aa_equals "The notification URL is correct" \