Skip to content

Commit 573de8d

Browse files
committed
Fix test
1 parent 71c7483 commit 573de8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/req/steps_test.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1936,8 +1936,7 @@ defmodule Req.StepsTest do
19361936
end
19371937
)
19381938

1939-
{resp, output} = ExUnit.CaptureIO.with_io(:standard_error, fn -> Req.request!(req) end)
1940-
assert output =~ ~r/returning {:halt, acc} is not yet supported by Plug adapter/
1939+
resp = Req.request!(req)
19411940
assert resp.status == 200
19421941
assert resp.body == "foobar"
19431942
refute_receive _

0 commit comments

Comments
 (0)