Skip to content

Commit da1cb68

Browse files
committed
Fix Mule tests
1 parent b97572e commit da1cb68

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/sbm-recipes-mule-to-boot/src/test/java/org/springframework/sbm/mule/actions/MuleToJavaDSLApiKitTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public void generatesApiKitDSLStatements() {
4343
"import org.springframework.http.HttpMethod;\n" +
4444
"import org.springframework.integration.dsl.IntegrationFlow;\n" +
4545
"import org.springframework.integration.dsl.IntegrationFlows;\n" +
46+
"import org.springframework.integration.http.dsl.Http;\n" +
4647
"\n" +
4748
"@Configuration\n" +
4849
"public class FlowConfigurations {\n" +

components/sbm-recipes-mule-to-boot/src/test/java/org/springframework/sbm/mule/actions/MuleToJavaDSLForeachTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public void forEachWithChoice() {
116116
"import org.springframework.integration.dsl.IntegrationFlows;\n" +
117117
"import org.springframework.integration.handler.LoggingHandler;\n" +
118118
"import org.springframework.integration.http.dsl.Http;\n" +
119+
"import org.springframework.util.LinkedMultiValueMap;\n" +
119120
"\n" +
120121
"@Configuration\n" +
121122
"public class FlowConfigurations {\n" +

0 commit comments

Comments
 (0)