|
|
|
|
@ -18,8 +18,6 @@ package org.springframework.boot.docker.compose.service.connection.postgres;
@@ -18,8 +18,6 @@ package org.springframework.boot.docker.compose.service.connection.postgres;
|
|
|
|
|
|
|
|
|
|
import java.sql.Driver; |
|
|
|
|
|
|
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
|
|
|
|
|
|
import org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails; |
|
|
|
|
import org.springframework.boot.docker.compose.service.connection.test.DockerComposeTest; |
|
|
|
|
import org.springframework.boot.jdbc.DatabaseDriver; |
|
|
|
|
@ -54,7 +52,6 @@ class PostgresJdbcDockerComposeConnectionDetailsFactoryIntegrationTests {
@@ -54,7 +52,6 @@ class PostgresJdbcDockerComposeConnectionDetailsFactoryIntegrationTests {
|
|
|
|
|
checkDatabaseAccess(connectionDetails); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
@DockerComposeTest(composeFile = "postgres-bitnami-compose.yaml", image = TestImage.BITNAMI_POSTGRESQL) |
|
|
|
|
void runWithBitnamiImageCreatesConnectionDetails(JdbcConnectionDetails connectionDetails) { |
|
|
|
|
assertConnectionDetails(connectionDetails); |
|
|
|
|
|