From 7a452d5bc05af03c559e07a2f895539582dd7333 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 31 Jan 2014 16:38:09 +0000 Subject: [PATCH] Fix test that fails because of pretty printing --- .../src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties index f4f859e7c4..0871f68b6c 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties @@ -7,7 +7,7 @@ server.tomcat.basedir: target/tomcat server.tomcat.access_log_pattern: %h %t "%r" %s %b security.require_ssl: false service.name: Phil -http.mappers.json_pretty_print: true +#http.mappers.json_pretty_print: true shell.ssh.enabled: true shell.ssh.port: 2222 #shell.telnet.enabled: false