Skip to content

Commit 1b4b442

Browse files
committed
update
1 parent 6a722c1 commit 1b4b442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mns_subscription/src/mns_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def subscribe_notification(self) -> dict | None:
2727
subscription_payload = {
2828
"resourceType": "Subscription",
2929
"status": "requested",
30+
"end": "2025-07-25T00:00:00.000Z",
3031
"reason": "Subscribe SQS to MNS test-signal",
3132
"criteria": "eventType=nhs-number-change-2",
3233
"channel": {

0 commit comments

Comments
 (0)