gmunozfe commented on code in PR #2288:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2288#discussion_r2673230532


##########
apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-quarkus/src/test/java/org/kie/kogito/index/postgresql/AbstractProcessDataIndexPostgreSqlIT.java:
##########
@@ -56,7 +56,7 @@ public void testJsonQueryVariablesAndMetadata() throws 
Exception {
 
         await().atMost(TIMEOUT).untilAsserted(() -> 
given().spec(dataIndexSpec())
                 .contentType(ContentType.JSON)
-                .body("{ \"query\": \"{ ProcessInstances(where: { id: { equal: 
\\\"" + pId + "\\\" } }) { id variables state } }\" }")
+                .body("{ \"query\": \"{ ProcessInstances(where: { id: { equal: 
\\\"" + pId + "\\\" } }) { id variables state nodes {inputArgs outputArgs}} }\" 
}")

Review Comment:
   do you think it's enough to query inputArgs and outputArgs or is the test 
more robust if we assert the result for these fields?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to