mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
fix= (#19304)
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
This commit is contained in:
parent
2eacf1bda5
commit
b5d240b8f9
@ -916,6 +916,7 @@ public class TestCaseResource extends EntityResource<TestCase, TestCaseRepositor
|
||||
repository.deleteTestCaseFailedRowsSample(testCase.getId());
|
||||
}
|
||||
RestUtil.validateTimestampMilliseconds(testCaseResult.getTimestamp());
|
||||
testCaseResult.withId(UUID.randomUUID()).withTestCaseFQN(fqn);
|
||||
return repository
|
||||
.addTestCaseResult(
|
||||
securityContext.getUserPrincipal().getName(), uriInfo, fqn, testCaseResult)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user