Fix some tests

This commit is contained in:
zandercymatics 2024-10-24 08:38:58 -06:00
parent bde6c5e835
commit 5e23ebead5
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 6 additions and 1 deletions

View file

@ -20,6 +20,7 @@
"http://localhost:8080/request/anything_else/", "http://localhost:8080/request/anything_else/",
"http://localhost:8080/request/requirements/", "http://localhost:8080/request/requirements/",
"http://localhost:8080/request/finished/", "http://localhost:8080/request/finished/",
"http://localhost:8080/request/requesting_entity/",
"http://localhost:8080/user-profile/" "http://localhost:8080/user-profile/"
] ]
} }

View file

@ -30,6 +30,7 @@ THANK YOU
.Gov helps the public identify official, trusted information. Thank you for requesting a .gov domain. .Gov helps the public identify official, trusted information. Thank you for requesting a .gov domain.
---------------------------------------------------------------- ----------------------------------------------------------------
{% if is_org_user %} {% if is_org_user %}
{% include 'emails/includes/portfolio_domain_request_summary.txt' %} {% include 'emails/includes/portfolio_domain_request_summary.txt' %}
{% else %} {% else %}

View file

@ -1642,6 +1642,9 @@ class TestDomainRequestAdmin(MockEppLib):
"federal_agency", "federal_agency",
"portfolio", "portfolio",
"sub_organization", "sub_organization",
"requested_suborganization",
"suborganization_city",
"suborganization_state_territory",
"creator", "creator",
"investigator", "investigator",
"generic_org_type", "generic_org_type",