Skip to content

Commit

Permalink
Updates based on natalia's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Dec 4, 2024
1 parent e466551 commit adeae5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/regtech_mail_api/internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ConfirmationRequest(BaseModel):
beta_body_template = """
Congratulations! This email confirms that the filing submitted by {signer_name} on {formatted_date} was successful. The confirmation number is {confirmation_id}.
The beta platform is for testing purposes only and user-supplied data may be removed at any time. Take a moment to email our support staff at [email protected] with your feedback or upload a new file to continue testing.
The beta platform is for testing purposes only and user-supplied data may be removed at any time. Take a moment to email our support staff at [email protected] with your feedback or return to the beta platform and upload a new file to continue testing.
"""


Expand Down
2 changes: 1 addition & 1 deletion tests/test_send.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_confirmation_send(

expected_email = {
"subject": "[BETA] Small Business Lending Data Filing Confirmation",
"body": "\nCongratulations! This email confirms that the filing submitted by Test User on November 20, 2024 at 1:51 PM EST was successful. The confirmation number is test.\n\nThe beta platform is for testing purposes only and user-supplied data may be removed at any time. Take a moment to email our support staff at [email protected] with your feedback or upload a new file to continue testing.\n",
"body": "\nCongratulations! This email confirms that the filing submitted by Test User on November 20, 2024 at 1:51 PM EST was successful. The confirmation number is test.\n\nThe beta platform is for testing purposes only and user-supplied data may be removed at any time. Take a moment to email our support staff at [email protected] with your feedback or return to the beta platform and upload a new file to continue testing.\n",
"from_addr": "[email protected]",
"to": ["[email protected]"],
"cc": None,
Expand Down

0 comments on commit adeae5d

Please sign in to comment.