mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-30 01:10:04 +02:00
linted
This commit is contained in:
parent
3d45daab16
commit
8d46b76376
2 changed files with 11 additions and 9 deletions
|
@ -1884,7 +1884,7 @@ class TestDomainRequestIncomplete(TestCase):
|
|||
# therefore, our expected will be True
|
||||
{
|
||||
"has_cisa_representative": True,
|
||||
# Above will be overridden to False if cisa_representative_first_name is None bc of sync_yes_no_form_fields
|
||||
# Above will be overridden to False if cisa_representative_first_name is None
|
||||
"cisa_representative_first_name": None,
|
||||
"cisa_representative_last_name": None,
|
||||
"cisa_representative_email": None,
|
||||
|
@ -1898,8 +1898,8 @@ class TestDomainRequestIncomplete(TestCase):
|
|||
# Email - None
|
||||
# Anything Else Radio - Yes
|
||||
# Anything Else Text - None
|
||||
# NOTE: We should never have an instance where only firstname or only lastname are populated (they are both required)
|
||||
# However, if this happens, the application will default to False for has_cisa_representative
|
||||
# NOTE: We should never have an instance where only firstname or only lastname are populated
|
||||
# (they are both required)
|
||||
{
|
||||
"has_cisa_representative": True,
|
||||
# Above will be overridden to False if cisa_representative_first_name is None or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue