Black formatting

This commit is contained in:
zandercymatics 2023-12-15 08:53:15 -07:00
parent 1be36839da
commit 72be62a750
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -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)