mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
Fix lint errors
This commit is contained in:
parent
b490b13a81
commit
95adc264d2
1 changed files with 1 additions and 1 deletions
|
@ -988,7 +988,7 @@ class TestDomainManagers(TestDomainOverview):
|
|||
"""Removing a domain manager sends notification email to other domain managers."""
|
||||
self.manager, _ = User.objects.get_or_create(email="mayor@igorville.com", first_name="Hello", last_name="World")
|
||||
self.manager_domain_permission, _ = UserDomainRole.objects.get_or_create(user=self.manager, domain=self.domain)
|
||||
response = self.client.post(
|
||||
response = self.client.post( # noqa: F841
|
||||
reverse("domain-user-delete", kwargs={"pk": self.domain.id, "user_pk": self.manager.id})
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue