We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673ab04 commit 3156364Copy full SHA for 3156364
requests/test/src/requests/RequestTests.scala
@@ -84,7 +84,7 @@ object RequestTests extends TestSuite{
84
"https://httpbin.org/put",
85
data = Map("hello" -> "world", "foo" -> "baz"),
86
chunkedUpload = true
87
- ).text
+ ).text()
88
89
assert(read(res1).obj("form") == Obj("foo" -> "baz", "hello" -> "world"))
90
}
0 commit comments