Skip to content

Commit 4a3018e

Browse files
committed
test
1 parent 27289fe commit 4a3018e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validator/src/main/java/com/amazon/aoc/validators/TraceValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private Map<String, Object> getTrace() throws Exception {
149149
}
150150

151151
if (validationConfig.getHttpPath().contains("chat")) {
152-
traceFilter = String.format("trace_id = \\\"%s\\", context.getServiceName());
152+
traceFilter = String.format("%s", context.getTraceId());
153153
}
154154
log.info("Trace Filter: {}", traceFilter);
155155
List<TraceSummary> retrieveTraceLists = xrayService.searchTraces(traceFilter);

0 commit comments

Comments
 (0)