Skip to content

Commit

Permalink
Use dedicated function to launch Endpoint under the test supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
ycherniavskyi committed Jun 18, 2023
1 parent 21b65b1 commit 569825d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ defmodule OpenApiSpex.ServerTest do
]
)

Endpoint.start_link()
start_supervised!(Endpoint)
end
end

0 comments on commit 569825d

Please sign in to comment.