Commit 96adb87b authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

Relates to gh-667
parent a51739c0
......@@ -1660,7 +1660,7 @@ management one, something like:
@RunWith(SpringJUnit4ClassRunner.class)
@SpringApplicationConfiguration(classes = MyApplication.class)
@WebAppConfiguration
@IntegrationTest({"server.port=0", "management.port"})
@IntegrationTest({"server.port=0", "management.port=0"})
public class SomeIntegrationTests { ... }
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment