Polish "Add support for empty password in bitnami/postgresql"
See gh-43771
This commit is contained in:
@@ -39,7 +39,7 @@ class PostgresEnvironmentTests {
|
||||
@Test
|
||||
void createWhenNoPostgresPasswordThrowsException() {
|
||||
assertThatIllegalStateException().isThrownBy(() -> new PostgresEnvironment(Collections.emptyMap()))
|
||||
.withMessage("PostgreSQL password must be provided");
|
||||
.withMessage("No PostgreSQL password found");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user