You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/flowable-cmmn-rest/src/test/java/org/flowable/cmmn/rest/service/api/history/HistoricPlanItemInstanceResourcesTest.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,8 @@ public void testHistoricPlanItemInstanceResource() {
162
162
+ " endedTime: null,"
163
163
+ " lastUpdatedTime: '${json-unit.any-string}',"
164
164
+ " startUserId: null,"
165
+
+ " assignee: null,"
166
+
+ " completedBy: null,"
165
167
+ " referenceId: null,"
166
168
+ " referenceType: null,"
167
169
+ " entryCriterionId: null,"
@@ -213,6 +215,8 @@ public void testHistoricPlanItemInstanceResource() {
213
215
+ " endedTime: null,"
214
216
+ " lastUpdatedTime: '${json-unit.any-string}',"
215
217
+ " startUserId: null,"
218
+
+ " assignee: null,"
219
+
+ " completedBy: null,"
216
220
+ " referenceId: null,"
217
221
+ " referenceType: null,"
218
222
+ " entryCriterionId: null,"
@@ -264,6 +268,8 @@ public void testHistoricPlanItemInstanceResource() {
0 commit comments