mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +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",
|
first_name="Henry",
|
||||||
last_name="Mcfakerson",
|
last_name="Mcfakerson",
|
||||||
)
|
)
|
||||||
|
contact_shared = Contact.objects.create(
|
||||||
|
first_name="Relative",
|
||||||
|
last_name="Aether",
|
||||||
|
)
|
||||||
|
|
||||||
# Create two non-orphaned contacts
|
# Create two non-orphaned contacts
|
||||||
contact_2 = Contact.objects.create(
|
contact_2 = Contact.objects.create(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue