diff --git a/spring-boot-autoconfigure/src/test/resources/application.properties b/spring-boot-autoconfigure/src/test/resources/application.properties index c15c79e4719..45e92c5f8ef 100644 --- a/spring-boot-autoconfigure/src/test/resources/application.properties +++ b/spring-boot-autoconfigure/src/test/resources/application.properties @@ -1,7 +1,8 @@ foo: bucket -spring.social.facebook.appId=fbid -spring.social.facebook.appSecret=fbsecret -spring.social.twitter.appId=twid -spring.social.twitter.appSecret=twsecret -spring.social.linkedin.appId=liid -spring.social.linkedin.appSecret=lisecret \ No newline at end of file +spring.social.facebook.appId: fbid +spring.social.facebook.appSecret: fbsecret +spring.social.twitter.appId: twid +spring.social.twitter.appSecret: twsecret +spring.social.linkedin.appId: liid +spring.social.linkedin.appSecret: lisecret +spring.hornetq.embedded.enabled: false \ No newline at end of file