Skip to content

Commit 3156364

Browse files
authored
Update RequestTests.scala
1 parent 673ab04 commit 3156364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requests/test/src/requests/RequestTests.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ object RequestTests extends TestSuite{
8484
"https://httpbin.org/put",
8585
data = Map("hello" -> "world", "foo" -> "baz"),
8686
chunkedUpload = true
87-
).text
87+
).text()
8888

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

0 commit comments

Comments
 (0)