Skip to content

Commit ca9e61f

Browse files
committed
test
1 parent 1b691ad commit ca9e61f

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
@@ -151,7 +151,7 @@ private Map<String, Object> getTrace() throws Exception {
151151
if (validationConfig.getHttpPath().contains("chat")) {
152152
traceFilter = "";
153153
if (context.getTraceId() != null) {
154-
traceFilter = String.format("id = \"%s\"", context.getTraceId());
154+
traceFilter = String.format("trace.id = \"%s\"", context.getTraceId());
155155
}
156156
if (context.getBaggage() != null) {
157157
if (!traceFilter.isEmpty()) {

0 commit comments

Comments
 (0)