Skip to content

Commit

Permalink
wiremock maxLoggedResponseSize (#1679)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Oct 26, 2023
1 parent 3e5d1ee commit 2e39031
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -104,6 +104,7 @@ class IntegrationTest {
static WireMockExtension wireMockExtension = WireMockExtension.newInstance()
.configureStaticDsl(true)
.options(wireMockConfig()
.maxLoggedResponseSize(1000)
.dynamicPort()
.useChunkedTransferEncoding(Options.ChunkedEncodingPolicy.ALWAYS)
.notifier(new Slf4jNotifier(true)))
Expand Down

0 comments on commit 2e39031

Please sign in to comment.