Browse Source

Include REST Docs properties in testing properties

See gh-47481
pull/47549/head
Andy Wilkinson 2 months ago
parent
commit
661574b226
  1. 1
      buildSrc/src/main/java/org/springframework/boot/build/context/properties/DocumentConfigurationProperties.java

1
buildSrc/src/main/java/org/springframework/boot/build/context/properties/DocumentConfigurationProperties.java

@ -220,6 +220,7 @@ public abstract class DocumentConfigurationProperties extends DefaultTask {
private void testingPrefixes(Config prefix) { private void testingPrefixes(Config prefix) {
prefix.accept("spring.test."); prefix.accept("spring.test.");
prefix.accept("spring.restdocs.");
} }
private void testcontainersPrefixes(Config prefix) { private void testcontainersPrefixes(Config prefix) {

Loading…
Cancel
Save