diff --git a/test/req/steps_test.exs b/test/req/steps_test.exs index 52a19020..f7561c96 100644 --- a/test/req/steps_test.exs +++ b/test/req/steps_test.exs @@ -428,7 +428,7 @@ defmodule Req.StepsTest do datetime: ~U[2024-01-01 00:00:00Z] ], headers: [content_length: 5], - body: Stream.duplicate("hello", 1), + body: Stream.take(["hello"], 1), plug: plug )