From f396ad27567ba3c5d939bbae464403e32fcbdb6f Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Sun, 20 Aug 2023 20:32:58 +0200 Subject: [PATCH] Fix tests --- test/req/steps_test.exs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/req/steps_test.exs b/test/req/steps_test.exs index 5e00f806..8e63bb09 100644 --- a/test/req/steps_test.exs +++ b/test/req/steps_test.exs @@ -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!(