mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Include REST Docs properties in testing properties
See gh-47481
This commit is contained in:
+1
@@ -220,6 +220,7 @@ public abstract class DocumentConfigurationProperties extends DefaultTask {
|
||||
|
||||
private void testingPrefixes(Config prefix) {
|
||||
prefix.accept("spring.test.");
|
||||
prefix.accept("spring.restdocs.");
|
||||
}
|
||||
|
||||
private void testcontainersPrefixes(Config prefix) {
|
||||
|
||||
Reference in New Issue
Block a user