@@ -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