mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Restore variable in orphan tests
This commit is contained in:
parent
29de97d532
commit
5b3ae28b88
1 changed files with 4 additions and 0 deletions
|
@ -422,6 +422,10 @@ class HomeTests(TestWithUser):
|
|||
first_name="Henry",
|
||||
last_name="Mcfakerson",
|
||||
)
|
||||
contact_shared = Contact.objects.create(
|
||||
first_name="Relative",
|
||||
last_name="Aether",
|
||||
)
|
||||
|
||||
# Create two non-orphaned contacts
|
||||
contact_2 = Contact.objects.create(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue