Skip to content

Commit 97fccd0

Browse files
committed
VED-79: resolve sqs queue
1 parent a60e7d7 commit 97fccd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mns_subscription/src/mns_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from authentication import AppRestrictedAuth
77
from models.errors import UnhandledResponseError
88

9-
SQS_ARN = os.getenv("SQS_QUEUE_ARN")
9+
SQS_ARN = os.getenv("SQS_ARN")
1010
MNS_URL = "https://int.api.service.nhs.uk/multicast-notification-service/subscriptions"
1111

1212

0 commit comments

Comments
 (0)