mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
linted & fixed unit tests
This commit is contained in:
parent
cc7f698ddf
commit
635220f83e
2 changed files with 2 additions and 1 deletions
|
@ -711,7 +711,7 @@ class MyUserAdmin(BaseUserAdmin, ImportExportModelAdmin):
|
|||
"groups",
|
||||
"Important dates",
|
||||
"last_login",
|
||||
"date_joined"
|
||||
"date_joined",
|
||||
]
|
||||
|
||||
list_filter = (
|
||||
|
|
|
@ -4093,6 +4093,7 @@ class TestContactAdmin(TestCase):
|
|||
|
||||
expected_fields = [
|
||||
"user",
|
||||
"e_mail"
|
||||
]
|
||||
|
||||
self.assertEqual(readonly_fields, expected_fields)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue