Merge branch '2.1.x'
Closes gh-17079
This commit is contained in:
@@ -33,8 +33,7 @@ class SampleCouchbaseApplicationTests {
|
||||
@Test
|
||||
void testDefaultSettings(CapturedOutput capturedOutput) {
|
||||
try {
|
||||
new SpringApplicationBuilder(SampleCouchbaseApplication.class)
|
||||
.run("--server.port=0");
|
||||
new SpringApplicationBuilder(SampleCouchbaseApplication.class).run("--server.port=0");
|
||||
}
|
||||
catch (RuntimeException ex) {
|
||||
if (serverNotRunning(ex)) {
|
||||
|
||||
Reference in New Issue
Block a user