Skip to content

Commit

Permalink
Merge pull request #8429 from cfpb/es-smoke-test
Browse files Browse the repository at this point in the history
Smoke test the new retirement spanish url
  • Loading branch information
wpears committed May 17, 2024
2 parents 74411e6 + d35096f commit 8855e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cfgov/retirement_api/es_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

urlpatterns = [
re_path(
r"^before-you-claim/mas-sobre/$",
r"^antes-de-solicitar/mas-sobre/$",
TranslatedTemplateView.as_view(
template_name="retirement_api/about.html", language="es"
),
Expand Down
2 changes: 1 addition & 1 deletion cfgov/scripts/http_smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"/paying-for-college/",
"/paying-for-college2/understanding-your-financial-aid-offer/about-this-tool/", # noqa: E501
"/retirement/before-you-claim/",
"/retirement/before-you-claim/es/",
"/es/herramientas-del-consumidor/jubilacion/antes-de-solicitar/",
"/consumer-tools/auto-loans/",
"/consumer-tools/credit-reports-and-scores/",
"/consumer-tools/debt-collection/",
Expand Down

0 comments on commit 8855e0e

Please sign in to comment.