pass test case result ts as event time (#22190)

This commit is contained in:
Teddy 2025-07-08 20:14:43 +02:00 committed by GitHub
parent 6cca32934f
commit 80cd12fb39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -321,7 +321,11 @@ public class FormatterUtil {
TEST_CASE_RESULT + ",testSuites",
Include.ALL);
ChangeEvent changeEvent =
getChangeEvent(updateBy, eventType, testCase.getEntityReference().getType(), testCase);
getChangeEvent(
updateBy,
eventType,
testCase.getEntityReference().getType(),
testCase.withUpdatedAt(testCaseResult.getTimestamp()));
return changeEvent
.withChangeDescription(
new ChangeDescription()