Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaszk committed Jan 22, 2024
1 parent d23437d commit 55ee81c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"Opps, Internal Server Error"
"Oops, Internal Server Error"
4 changes: 2 additions & 2 deletions examples/apps/phx_example/test/phx_example_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ defmodule PhxExampleTest do

{:ok, %{body: body, status_code: 500}} = request("/phx/error")

assert body =~ "Opps, Internal Server Error"
assert body =~ "Oops, Internal Server Error"

metrics = TestSupport.gather_harvest(Collector.Metric.Harvester)

Expand All @@ -84,7 +84,7 @@ defmodule PhxExampleTest do

{:ok, %{body: body, status_code: 500}} = request("/phx/live_error")

assert body =~ "Opps, Internal Server Error"
assert body =~ "Oops, Internal Server Error"

metrics = TestSupport.gather_harvest(Collector.Metric.Harvester)

Expand Down

0 comments on commit 55ee81c

Please sign in to comment.