mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Linting!
This commit is contained in:
parent
9a44f6b65a
commit
c2ba10f191
1 changed files with 2 additions and 6 deletions
|
@ -939,9 +939,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
def test_domain_request_senior_official_is_alphabetically_sorted(self):
|
||||
"""Tests if the senior offical dropdown is alphanetically sorted in the django admin display"""
|
||||
|
||||
SeniorOfficial.objects.get_or_create(
|
||||
first_name="mary", last_name="joe", title="some other guy"
|
||||
)
|
||||
SeniorOfficial.objects.get_or_create(first_name="mary", last_name="joe", title="some other guy")
|
||||
SeniorOfficial.objects.get_or_create(first_name="alex", last_name="smoe", title="some guy")
|
||||
SeniorOfficial.objects.get_or_create(first_name="Zoup", last_name="Soup", title="title")
|
||||
|
||||
|
@ -2948,9 +2946,7 @@ class TestDomainInformationAdmin(TestCase):
|
|||
def test_domain_information_senior_official_is_alphabetically_sorted(self):
|
||||
"""Tests if the senior offical dropdown is alphanetically sorted in the django admin display"""
|
||||
|
||||
SeniorOfficial.objects.get_or_create(
|
||||
first_name="mary", last_name="joe", title="some other guy"
|
||||
)
|
||||
SeniorOfficial.objects.get_or_create(first_name="mary", last_name="joe", title="some other guy")
|
||||
SeniorOfficial.objects.get_or_create(first_name="alex", last_name="smoe", title="some guy")
|
||||
SeniorOfficial.objects.get_or_create(first_name="Zoup", last_name="Soup", title="title")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue