Update test_models.py

This commit is contained in:
zandercymatics 2023-12-22 14:43:22 -07:00
parent cf92d4d7e9
commit 4d3db8782c
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -20,8 +20,6 @@ from .common import MockSESClient, less_console_noise, completed_application
from django_fsm import TransitionNotAllowed
boto3_mocking.clients.register_handler("sesv2", MockSESClient)
# 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