Skip to content

Commit

Permalink
[incubator-kie-issues-1556] Unify task parameters in jbpm-flow (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian authored and rgdoliveira committed Oct 24, 2024
1 parent 1a308ae commit 3bce465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ private void checkExpectedTaskSchema(String taskSchema) throws IOException {
assertTrue(schemaJsonNode.get("phases").toString().contains("complete"));

// Check Schema properties
assertEquals(3, schemaJsonNode.at("/properties").size());
assertEquals(2, schemaJsonNode.at("/properties").size());

assertEquals("true", schemaJsonNode.at("/properties/approved/output").asText());
assertEquals("boolean", schemaJsonNode.at("/properties/approved/type").asText());
Expand Down

0 comments on commit 3bce465

Please sign in to comment.