Skip to content

Commit 04544f9

Browse files
committed
Polish
1 parent fae8617 commit 04544f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/couchbase/CouchbaseAutoConfigurationIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class CouchbaseAutoConfigurationIntegrationTests {
5252

5353
private final ApplicationContextRunner contextRunner = new ApplicationContextRunner()
5454
.withConfiguration(AutoConfigurations.of(CouchbaseAutoConfiguration.class))
55-
.withPropertyValues("spring.couchbase.connection-string:localhost:" + couchbase.getMappedPort(11210),
55+
.withPropertyValues("spring.couchbase.connection-string: " + couchbase.getConnectionString(),
5656
"spring.couchbase.username:spring", "spring.couchbase.password:password",
5757
"spring.couchbase.bucket.name:" + BUCKET_NAME);
5858

0 commit comments

Comments
 (0)