fix - when retrieve topology we are using threadPool and the MDC values are not updated
[vid.git] / vid-automation / src / test / java / org / onap / vid / more / LoggerFormatTest.java
index 6638a0e..a233f25 100644 (file)
@@ -167,7 +167,7 @@ public class LoggerFormatTest extends BaseApiTest {
     }
 
     public static void assertIdsInMetricsLog(List<String> logLines, String requestId, String invocationId) {
-        assertThat("request id and invocation id must be found in exactly two rows",
+        assertThat("request id and invocation id must be found in exactly two rows in: \n" + String.join("\n", logLines),
             logLines,
             containsInRelativeOrder(
                 allOf(