fixed broken test in test_admin

This commit is contained in:
David Kennedy 2024-01-26 11:35:09 -05:00
parent d9222864f9
commit 96b929834f
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -1766,7 +1766,7 @@ class ContactAdminTest(TestCase):
f"Joined to DomainApplication: <a href='/admin/registrar/domainapplication/{application2.pk}/change/'>city2.gov</a><br/>"
f"Joined to DomainApplication: <a href='/admin/registrar/domainapplication/{application3.pk}/change/'>city3.gov</a><br/>"
f"Joined to DomainApplication: <a href='/admin/registrar/domainapplication/{application4.pk}/change/'>city4.gov</a><br/>"
"Joined to User: <a href='/admin/registrar/user/2/change/'>staff@example.com</a><br/>",
f"Joined to User: <a href='/admin/registrar/user/{self.staffuser.pk}/change/'>staff@example.com</a><br/>",
)
def test_change_view_for_joined_contact_five_or_more(self):