Skip to content

Commit

Permalink
Try larger file
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Dec 30, 2024
1 parent 84c3ee0 commit 133763c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ trait HttpTestExtensions[F[_]] extends AsyncFreeSpecLike { self: HttpTest[F] =>
}

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

0 comments on commit 133763c

Please sign in to comment.