Merge pull request #7102 from amit2103/BAEL-14845

[BAEL-14845] - Fixed tests in log4j2 module
This commit is contained in:
Loredana Crusoveanu 2019-06-08 16:11:49 +03:00 committed by GitHub
commit b7f5dd65ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
<profiles>
<profile>
<id>integration</id>
<id>integration-lite-first</id>
<build>
<plugins>
<plugin>

View File

@ -23,7 +23,7 @@ public class MapAppenderIntegrationTest {
@Test
public void whenLoggerEmitsLoggingEvent_thenAppenderReceivesEvent() throws Exception {
logger.info("Test from {}", this.getClass()
logger.error("Error log message from {}", this.getClass()
.getSimpleName());
LoggerContext context = LoggerContext.getContext(false);
Configuration config = context.getConfiguration();