Skip to content

Commit

Permalink
Fixup smoke test and stray url
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed May 17, 2024
1 parent 015876d commit d35096f
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/",
"/es/retirement/before-you-claim/",
"/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 d35096f

Please sign in to comment.