mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
fixed broken test in test_admin
This commit is contained in:
parent
d9222864f9
commit
96b929834f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue