Skip to content

Commit

Permalink
hotfix: adjust 404 test during CMS outage
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Nov 12, 2023
1 parent 940b84c commit ebbe1b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/site/lib/site_web/views/error_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ defmodule SiteWeb.ErrorView do
error_code: "404",
error_type: "Page not found",
error_title: "Sorry! We missed your stop.",
error_description: "This page is no longer in service.",
error_description:
"We're experiencing temporary technical difficulties on some of our web pages right now. We're working on it and we'll have this page back online as soon as we can.",
error_instructions: "Try searching for what you're looking for below."
})
)
Expand Down
1 change: 1 addition & 0 deletions apps/site/test/site_web/controllers/helpers_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ defmodule SiteWeb.ControllerHelpersTest do
end

describe "render_not_found/1" do
@tag skip: "Temporarily changed during CMS outage"
test "renders the 404 bus page", %{conn: conn} do
rendered =
conn
Expand Down

0 comments on commit ebbe1b9

Please sign in to comment.