aboutsummaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala b/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala
index 9b686dc..aeee5ed 100644
--- a/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala
+++ b/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala
@@ -200,7 +200,7 @@ class BasicTests
authTests()
compressionTests()
downloadFileTests()
-// multipartTests()
+ multipartTests()
def parseResponseTests(): Unit = {
name should "parse response as string" in {