mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-31 15:06:32 +02:00
...test fixes (part 1)...
This commit is contained in:
parent
919aacfc23
commit
b0ef577869
7 changed files with 91 additions and 91 deletions
|
@ -580,7 +580,7 @@ def completed_domain_request(
|
|||
if has_anything_else:
|
||||
domain_request_kwargs["anything_else"] = "There is more"
|
||||
|
||||
application, _ = DomainRequest.objects.get_or_create(**domain_request_kwargs)
|
||||
domain_request, _ = DomainRequest.objects.get_or_create(**domain_request_kwargs)
|
||||
|
||||
if has_other_contacts:
|
||||
domain_request.other_contacts.add(other)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue