Skip to content

Commit b551195

Browse files
committed
VED-79b-resolve-lint-issues
1 parent b8c8bab commit b551195

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
@@ -48,7 +48,7 @@ def subscribe_notification(self) -> dict | None:
4848
response = requests.post(MNS_URL, headers=self.request_headers, data=json.dumps(self.subscription_payload))
4949
print(f"MNS_URL: {MNS_URL}")
5050
print(f"ACCESS_TOKEN: {self.access_token}")
51-
print(f"SQS_ARN: {self.SQS_ARN}")
51+
print(f"SQS_ARN: {SQS_ARN}")
5252
print(f"PAYLOAD: {self.subscription_payload}")
5353
print(f"HEADERS: {self.request_headers}")
5454
if response.status_code == 201:

0 commit comments

Comments
 (0)