Skip to content

Commit 7fe8325

Browse files
committed
Remove comments on test used for debugging
1 parent 94d9372 commit 7fe8325

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

impl/test/src/test/java/io/serverlessworkflow/impl/test/HTTPWorkflowDefinitionTest.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,22 @@ private static Stream<Arguments> provideParameters() {
9292
.equals("Star Trek"),
9393
"StartTrek");
9494
return Stream.of(
95-
// Arguments.of("workflows-samples/callGetHttp.yaml", petInput, petCondition),
96-
// Arguments.of(
97-
// "workflows-samples/callGetHttp.yaml",
98-
// Map.of("petId", "-1"),
99-
// new Condition<WorkflowModel>(
100-
// o -> o.asMap().orElseThrow().containsKey("petId"), "notFoundCondition")),
101-
// Arguments.of(
102-
// "workflows-samples/call-http-endpoint-interpolation.yaml", petInput,
103-
// petCondition),
104-
// Arguments.of(
105-
// "workflows-samples/call-http-query-parameters.yaml", starTrekInput,
106-
// starTrekCondition),
107-
// Arguments.of(
108-
// "workflows-samples/call-http-query-parameters-external-schema.yaml",
109-
// starTrekInput,
110-
// starTrekCondition),
95+
Arguments.of("workflows-samples/callGetHttp.yaml", petInput, petCondition),
96+
Arguments.of(
97+
"workflows-samples/callGetHttp.yaml",
98+
Map.of("petId", "-1"),
99+
new Condition<WorkflowModel>(
100+
o -> o.asMap().orElseThrow().containsKey("petId"), "notFoundCondition")),
101+
Arguments.of(
102+
"workflows-samples/call-http-endpoint-interpolation.yaml", petInput,
103+
petCondition),
104+
Arguments.of(
105+
"workflows-samples/call-http-query-parameters.yaml", starTrekInput,
106+
starTrekCondition),
107+
Arguments.of(
108+
"workflows-samples/call-http-query-parameters-external-schema.yaml",
109+
starTrekInput,
110+
starTrekCondition),
111111
Arguments.of(
112112
"workflows-samples/callPostHttp.yaml",
113113
Map.of("name", "Javierito", "surname", "Unknown"),

0 commit comments

Comments
 (0)