Update test_models.py

This commit is contained in:
zandercymatics 2023-12-27 12:30:23 -07:00
parent e3e9eb8dbb
commit 337a13bbe7
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -21,7 +21,7 @@ from django_fsm import TransitionNotAllowed
boto3_mocking.clients.register_handler("sesv2", MockSESClient)
# Test comment for push -- will remove
# The DomainApplication submit method has a side effect of sending an email
# with AWS SES, so mock that out in all of these test cases
@boto3_mocking.patching