Browse Source

Polish "Document spring.test.mockmvc configuration properties"

See gh-46576
pull/46604/head
Stéphane Nicoll 8 months ago
parent
commit
1e52d54d16
  1. 2
      spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF/spring-configuration-metadata.json

2
spring-boot-project/spring-boot-test-autoconfigure/src/main/resources/META-INF/spring-configuration-metadata.json

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
"defaultValue": "default"
},
{
"name": "spring.test.mockmvc.print-only-on-failures",
"name": "spring.test.mockmvc.print-only-on-failure",
"type": "java.lang.Boolean",
"description": "Whether to only print failed exchanges.",
"defaultValue": true

Loading…
Cancel
Save