MERGE main into nl/981-test-domain-migration-script

This commit is contained in:
CocoByte 2023-10-24 21:34:08 -06:00
commit 9468876197
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
34 changed files with 749 additions and 141 deletions

View file

@ -21,7 +21,7 @@ from django_fsm import TransitionNotAllowed
boto3_mocking.clients.register_handler("sesv2", MockSESClient)
@boto3_mocking.patching
class TestInvitations(TestCase):
class TestLogins(TestCase):
"""Test the retrieval of invitations."""