Skip to content

Commit

Permalink
Update RequestTests.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 10, 2021
1 parent 673ab04 commit 3156364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests/test/src/requests/RequestTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ object RequestTests extends TestSuite{
"https://httpbin.org/put",
data = Map("hello" -> "world", "foo" -> "baz"),
chunkedUpload = true
).text
).text()

assert(read(res1).obj("form") == Obj("foo" -> "baz", "hello" -> "world"))
}
Expand Down

0 comments on commit 3156364

Please sign in to comment.