Skip to content

Commit 96adb87

Browse files
committed
Fix typo
Relates to gh-667
1 parent a51739c commit 96adb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@ management one, something like:
16601660
@RunWith(SpringJUnit4ClassRunner.class)
16611661
@SpringApplicationConfiguration(classes = MyApplication.class)
16621662
@WebAppConfiguration
1663-
@IntegrationTest({"server.port=0", "management.port"})
1663+
@IntegrationTest({"server.port=0", "management.port=0"})
16641664
public class SomeIntegrationTests { ... }
16651665
16661666
----

0 commit comments

Comments
 (0)