Skip to content

Commit fa4347f

Browse files
committed
Fix one more Elixir 1.11 test failure
1 parent 4646ca3 commit fa4347f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/plug_capture_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ defmodule Sentry.PlugCaptureTest do
123123
render_errors: [view: Sentry.ErrorView, accepts: ~w(html)]
124124
)
125125

126-
start_link_supervised!(PhoenixEndpoint)
126+
pid = start_supervised!(PhoenixEndpoint)
127+
Process.link(pid)
127128

128129
:ok
129130
end

0 commit comments

Comments
 (0)