Skip to content

Commit

Permalink
Fix test for earlier versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Feb 18, 2024
1 parent 53d8682 commit 928e326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/req/steps_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 928e326

Please sign in to comment.