Skip to content

Commit d37998c

Browse files
committed
fix(aiguard): Fix non unique test names
1 parent 3123b19 commit d37998c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/agent-aiguard/src/test/groovy/com/datadog/aiguard/AIGuardInternalTests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ class AIGuardInternalTests extends DDSpecification {
816816
", reason='" + reason + '\'' +
817817
", blocking=" + blocking +
818818
", target='" + target + '\'' +
819-
", messages=" + messages + '\'' +
819+
", messages=" + messages.collect {it.content } + '\'' +
820820
", tags=" + tags +
821821
'}'
822822
}

0 commit comments

Comments
 (0)