Loading
fix: ignore NotificationParams Additional Members in subscription config TCs
A subscription's notification object carries Additional Members (5.2.14.2) — lastNotification/lastSuccess/lastFailure/timesSent/timesFailed and the last-result status — populated only after a notification has been delivered, so they are non-deterministic in create/update/retrieve/query TCs. Exclude them via a new notification-scoped regex var (notification_result_regex_expr), matching the existing Additional-Members convention used in 038/040. The regex is scoped to the notification object, so subscription-level status and notificationTrigger stay verified. Also fixes the double-quoted ignore-key regexes in the subscription-list keyword that never matched DeepDiff's paths.