mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
ISSUE-19131: Fix patch removing testSuites field (#19260)
* fix: patch removing testSuites field * fix: revert comment update (cherry picked from commit e432af9fb5fd74a6c00fbfd7055feaf0324155d8)
This commit is contained in:
parent
dccd151ffe
commit
4eb6d7a848
@ -75,7 +75,7 @@ public class TestCaseRepository extends EntityRepository<TestCase> {
|
||||
private static final String UPDATE_FIELDS =
|
||||
"owners,entityLink,testSuite,testSuites,testDefinition";
|
||||
private static final String PATCH_FIELDS =
|
||||
"owners,entityLink,testSuite,testDefinition,computePassedFailedRowCount,useDynamicAssertion";
|
||||
"owners,entityLink,testSuite,testSuites,testDefinition,computePassedFailedRowCount,useDynamicAssertion";
|
||||
public static final String FAILED_ROWS_SAMPLE_EXTENSION = "testCase.failedRowsSample";
|
||||
|
||||
public TestCaseRepository() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user