mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-07 10:58:26 -04:00
tidy up subscription confirmation to SNS notifs
This commit is contained in:
@@ -44,7 +44,7 @@ def receive_sns_sms():
|
|||||||
raise InvalidRequest(f"SMS-SNS callback failed with error: {e}", 400)
|
raise InvalidRequest(f"SMS-SNS callback failed with error: {e}", 400)
|
||||||
|
|
||||||
# TODO remove after smoke testing implemented on prod
|
# TODO remove after smoke testing implemented on prod
|
||||||
current_app.logger.info(f'data is: {data}')
|
current_app.logger.info(f'SNS message_type is: {message_type}, data is: {data}')
|
||||||
|
|
||||||
# TODO wrap this up
|
# TODO wrap this up
|
||||||
if message_type != 'SubscriptionConfirmation':
|
if message_type != 'SubscriptionConfirmation':
|
||||||
|
|||||||
Reference in New Issue
Block a user