Commit c9186c45 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.1.x'

parents c37633d8 c346e996
......@@ -87,7 +87,7 @@ public class SampleIntegrationParentApplicationTests {
private Resource[] findResources() throws IOException {
return ResourcePatternUtils.getResourcePatternResolver(
new DefaultResourceLoader()).getResources("file:target/output/**");
new DefaultResourceLoader()).getResources("file:target/output/**/*.msg");
}
private String readResources(Resource[] resources) throws IOException {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment