Skip to content

Commit 6e2bba6

Browse files
committed
Merge pull request #51110 from wantaekchoi
Closes gh-51110 * fix/htmlunit-url-metadata-type: Fix declared type of spring.test.mockmvc.htmlunit.url
2 parents f1e1aea + 8f832b6 commit 6e2bba6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/spring-boot-webmvc-test/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"properties": [
33
{
44
"name": "spring.test.mockmvc.htmlunit.url",
5-
"type": "java.lang.Boolean",
5+
"type": "java.lang.String",
66
"description": "URL to use when HtmlUnit expands relative paths.",
77
"defaultValue": "http://localhost"
88
},

0 commit comments

Comments
 (0)