Skip to content

Commit

Permalink
Fix one more Elixir 1.11 test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Nov 21, 2023
1 parent 4646ca3 commit fa4347f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plug_capture_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ defmodule Sentry.PlugCaptureTest do
render_errors: [view: Sentry.ErrorView, accepts: ~w(html)]
)

start_link_supervised!(PhoenixEndpoint)
pid = start_supervised!(PhoenixEndpoint)
Process.link(pid)

:ok
end
Expand Down

0 comments on commit fa4347f

Please sign in to comment.