mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 15:06:32 +02:00
formatted tests for linter
This commit is contained in:
parent
08efc6629e
commit
cc1a8fd44a
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue