mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-29 14:06:32 +02:00
Fix some tests
This commit is contained in:
parent
bde6c5e835
commit
5e23ebead5
4 changed files with 6 additions and 1 deletions
|
@ -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/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
|
|
||||||
{% block request_summary %}
|
{% block request_summary %}
|
||||||
{% include "includes/portfolio_request_review_steps.html" with is_editable=False domain_request=DomainRequest %}
|
{% include "includes/portfolio_request_review_steps.html" with is_editable=False domain_request=DomainRequest %}
|
||||||
{% endblock request_summary %}
|
{% endblock request_summary %}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue