formatted tests for linter

This commit is contained in:
David Kennedy 2025-01-06 17:24:19 -05:00
parent 08efc6629e
commit cc1a8fd44a
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -194,7 +194,7 @@ class TestDomainInvitationAdmin(TestCase):
Should attempt to retrieve the domain invitation."""
# Create a user with the same email
User.objects.create_user(email="test@example.com", password="password", username="username")
User.objects.create_user(email="test@example.com", username="username")
# Create a domain invitation instance
invitation = DomainInvitation(email="test@example.com", domain=self.domain)