Skip to content

Commit b20afd9

Browse files
committed
OPIK-1377 ignore guardrailsChecks in other tests
1 parent 2c8a9f3 commit b20afd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/opik-backend/src/test/java/com/comet/opik/api/resources/utils/traces/TraceAssertions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class TraceAssertions {
1717

1818
public static final String[] IGNORED_FIELDS_TRACES = {"projectId", "projectName", "createdAt",
1919
"lastUpdatedAt", "feedbackScores", "createdBy", "lastUpdatedBy", "totalEstimatedCost", "spanCount",
20-
"duration", "comments", "threadId"};
20+
"duration", "comments", "threadId", "guardrailsChecks"};
2121

2222
private static final String[] IGNORED_FIELDS_SCORES = {"createdAt", "lastUpdatedAt", "createdBy", "lastUpdatedBy"};
2323

0 commit comments

Comments
 (0)