Fix tests in domain requests

This commit is contained in:
Rebecca Hsieh 2024-05-02 13:54:37 -07:00
parent be2f7fe020
commit 002cfba35b
No known key found for this signature in database
2 changed files with 4 additions and 12 deletions

View file

@ -103,7 +103,7 @@ class OrganizationContactForm(RegistrarForm):
# it is a federal agency. Use clean to check programatically
# if it has been filled in when required.
# uncomment to see if modelChoiceField can be an arg later
# required=False,
required=False,
queryset=FederalAgency.objects.all(),
empty_label="--Select--",
# choices=[("", "--Select--")] + DomainRequest.AGENCY_CHOICES,