diff --git a/src/registrar/models/domain_request.py b/src/registrar/models/domain_request.py index 417713197..5283ce0e3 100644 --- a/src/registrar/models/domain_request.py +++ b/src/registrar/models/domain_request.py @@ -907,7 +907,7 @@ class DomainRequest(TimeStampedModel): def has_rationale(self) -> bool: """Does this domain request have no_other_contacts_rationale?""" return bool(self.no_other_contacts_rationale) - +1 def has_other_contacts(self) -> bool: """Does this domain request have other contacts listed?""" return self.other_contacts.exists() diff --git a/src/registrar/tests/common.py b/src/registrar/tests/common.py index 3993af8f3..42f882c39 100644 --- a/src/registrar/tests/common.py +++ b/src/registrar/tests/common.py @@ -405,11 +405,11 @@ class AuditedAdminMockData: status=status, ) case self.INFORMATION: - domain_app = self.create_full_dummy_domain_request(item_name) + domain_req = self.create_full_dummy_domain_request(item_name) full_arg_dict = dict( **common_args, domain=self.dummy_domain(item_name, True), - domain_request=domain_app, + domain_request=domain_req, ) case self.INVITATION: full_arg_dict = dict(