This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new cde13bd12d Fix `HttpThreadContextMapFilterTest`
cde13bd12d is described below

commit cde13bd12dc08edda272379840b9ab8ad21caf69
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Nov 22 09:21:22 2023 +0100

    Fix `HttpThreadContextMapFilterTest`
---
 .../logging/log4j/core/filter/HttpThreadContextMapFilterTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/log4j-core-test/src/test/java/org/apache/logging/log4j/core/filter/HttpThreadContextMapFilterTest.java
 
b/log4j-core-test/src/test/java/org/apache/logging/log4j/core/filter/HttpThreadContextMapFilterTest.java
index 585fcf4259..d35737b0b0 100644
--- 
a/log4j-core-test/src/test/java/org/apache/logging/log4j/core/filter/HttpThreadContextMapFilterTest.java
+++ 
b/log4j-core-test/src/test/java/org/apache/logging/log4j/core/filter/HttpThreadContextMapFilterTest.java
@@ -44,7 +44,7 @@ import org.junit.jupiter.api.Test;
 public class HttpThreadContextMapFilterTest {
 
     @Test
-    @LoggerContextSource
+    @LoggerContextSource("HttpThreadContextMapFilterTest.xml")
     public void wireMock_logs_should_be_filtered_on_MDC(
             final LoggerContext loggerContext, @Named("List") final 
ListAppender appender) throws Exception {
 

Reply via email to