Skip to content

Commit 661574b

Browse files
committed
Include REST Docs properties in testing properties
See gh-47481
1 parent a502f4d commit 661574b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ private void devtoolsPrefixes(Config prefix) {
220220

221221
private void testingPrefixes(Config prefix) {
222222
prefix.accept("spring.test.");
223+
prefix.accept("spring.restdocs.");
223224
}
224225

225226
private void testcontainersPrefixes(Config prefix) {

0 commit comments

Comments
 (0)