From 0933a260b9abb8512e2cfa2f8cf745a262ff2368 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:43:27 -0700 Subject: [PATCH] Update test_transition_domain_migrations.py --- src/registrar/tests/test_transition_domain_migrations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registrar/tests/test_transition_domain_migrations.py b/src/registrar/tests/test_transition_domain_migrations.py index b19d79981..62df96efc 100644 --- a/src/registrar/tests/test_transition_domain_migrations.py +++ b/src/registrar/tests/test_transition_domain_migrations.py @@ -1019,7 +1019,7 @@ class TestMigrations(TestCase): expected_missing_domain_informations, expected_missing_domain_invitations, ) - + @boto3_mocking.patching def test_send_domain_invitations_email(self): """Can send only a single domain invitation email.""" @@ -1029,7 +1029,7 @@ class TestMigrations(TestCase): # this is one of the email addresses in data/test_contacts.txt output_stream = StringIO() - + mock_client = MagicMock() with boto3_mocking.clients.handler_for("sesv2", mock_client): # also have to re-point the logging handlers to output_stream