Skip to content

Commit

Permalink
Merge pull request #13223 from SavinduDimal/correlationid-api-logs-tests
Browse files Browse the repository at this point in the history
Update Integration Test - APILoggingTest
  • Loading branch information
SavinduDimal authored Dec 6, 2023
2 parents caf52e5 + d2b47f1 commit 17dbdd0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public void testAPIPerAPILoggingTestcase() throws Exception {
String logLine;
while ((logLine = bufferedReader.readLine()) != null) {
assertTrue(logLine.contains("INFO {API_LOG} " + API_NAME));
assertTrue(logLine.contains("correlationId"));
}
}

Expand Down

0 comments on commit 17dbdd0

Please sign in to comment.