We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60e7d7 commit 97fccd0Copy full SHA for 97fccd0
mns_subscription/src/mns_service.py
@@ -6,7 +6,7 @@
6
from authentication import AppRestrictedAuth
7
from models.errors import UnhandledResponseError
8
9
-SQS_ARN = os.getenv("SQS_QUEUE_ARN")
+SQS_ARN = os.getenv("SQS_ARN")
10
MNS_URL = "https://int.api.service.nhs.uk/multicast-notification-service/subscriptions"
11
12
0 commit comments