Merge pull request #720 from GSA/notify-api-714

more debug
This commit is contained in:
Carlo Costino
2024-01-10 12:24:06 -05:00
committed by GitHub

View File

@@ -351,6 +351,10 @@ def create_2fa_code(
reply_to_text=reply_to,
)
current_app.logger.info("TESTING REDIS")
redis_store.set("TESTKEY5", "WORKS")
current_app.logger.info(f"SHOULD SEE THE WORD 'WORKS' HERE: {redis_store.get('TESTKEY5')}")
key = f"2facode-{saved_notification.id}".replace(" ", "")
recipient = str(recipient)
# TODO REMOVE