mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 17:53:56 +02:00
Add mocks
This commit is contained in:
parent
9e65d687ac
commit
5c892dcec5
3 changed files with 49 additions and 51 deletions
|
@ -574,7 +574,7 @@ class DomainApplication(TimeStampedModel):
|
|||
return None
|
||||
|
||||
if do_fake_send_email:
|
||||
logger.info(f"Email was not sent. Would send {new_status} to email: {self.submitter.email}")
|
||||
logger.info(f"Email was not sent. Would send {new_status} email: {self.submitter.email}")
|
||||
return None
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue