Skip to content

Commit 133763c

Browse files
committed
Try larger file
1 parent 84c3ee0 commit 133763c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scalajvm/sttp/client4/testing/HttpTestExtensions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ trait HttpTestExtensions[F[_]] extends AsyncFreeSpecLike { self: HttpTest[F] =>
236236
}
237237

238238
"should compress a file-based request body using gzip" in {
239-
val testFileContent = "test file content"
239+
val testFileContent = "test file content" * 100
240240
withTemporaryFile(Some(testFileContent.getBytes())) { file =>
241241
val req = basicRequest
242242
.compressBody(Encodings.Gzip)

0 commit comments

Comments
 (0)