Update src/registrar/tests/test_admin.py

Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
CuriousX 2024-06-30 21:55:38 -06:00 committed by GitHub
parent 6d6aa7c713
commit f04f5ee789
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4091,7 +4091,7 @@ class TestContactAdmin(TestCase):
readonly_fields = self.admin.get_readonly_fields(request)
expected_fields = ["user", "e_mail"]
expected_fields = ["user", "email"]
self.assertEqual(readonly_fields, expected_fields)