File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/test/java/software/amazon/lambda/powertools/logging/internal Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 119119 --add-opens java.base/java.util=ALL-UNNAMED
120120 --add-opens java.base/java.lang=ALL-UNNAMED
121121 </argLine >
122- <environmentVariables >
123- <AWS_LAMBDA_INITIALIZATION_TYPE >on-demand</AWS_LAMBDA_INITIALIZATION_TYPE >
124- </environmentVariables >
125122 </configuration >
126123 </plugin >
127124 </plugins >
Original file line number Diff line number Diff line change @@ -354,8 +354,7 @@ void shouldUseDefaultWarningLoggerWhenNotProvided() {
354354 // Assert System.err received the warning
355355 assertThat (errCapture )
356356 .hasToString (
357- "WARN [KeyBuffer] - Some logs are not displayed because they were evicted from the buffer. Increase buffer size to store more logs in the buffer."
358- + System .lineSeparator ());
357+ "WARN [KeyBuffer] - Some logs are not displayed because they were evicted from the buffer. Increase buffer size to store more logs in the buffer.\n " );
359358 } finally {
360359 System .setErr (originalErr );
361360 }
You can’t perform that action at this time.
0 commit comments