mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-29 15:53:31 +02:00
Linting stuff
This commit is contained in:
parent
4fa9e78688
commit
5fd842233a
2 changed files with 3 additions and 3 deletions
|
@ -436,7 +436,7 @@ class AuditedAdminTest(TestCase):
|
|||
|
||||
self.assertEqual(desired_order,
|
||||
current_sort_order_coerced_type,
|
||||
"{} is not ordered alphabetically".format(field_name))
|
||||
"{} is not ordered alphabetically".format(field.name))
|
||||
|
||||
# I originally spent some time trying to fully
|
||||
# generalize this to replace the match/arg fields,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue