Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 20, 2023
1 parent d5d6e59 commit f396ad2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/req/steps_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1341,10 +1341,9 @@ defmodule Req.StepsTest do
end
end

test ":inet6", c do
test ":inet6" do
start_supervised!(
{Plug.Cowboy,
scheme: :http, plug: ExamplePlug, ref: ExamplePlug.IPv4, port: 0, net: :inet4}
{Plug.Cowboy, scheme: :http, plug: ExamplePlug, ref: ExamplePlug.IPv4, port: 0}
)

start_supervised!(
Expand Down

0 comments on commit f396ad2

Please sign in to comment.