mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Black formatting
This commit is contained in:
parent
1be36839da
commit
72be62a750
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ class TestDomainApplicationAdmin(MockEppLib):
|
|||
request.user = self.superuser
|
||||
|
||||
# Get the expected list of alphabetically sorted DomainApplications
|
||||
expected_order = DomainApplication.objects.order_by('requested_domain__name')
|
||||
expected_order = DomainApplication.objects.order_by("requested_domain__name")
|
||||
|
||||
# Get the returned queryset
|
||||
queryset = self.admin.get_queryset(request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue