Skip to content

Commit

Permalink
AbstractDBTests - remove fake password
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Dec 29, 2023
1 parent a2b3fb3 commit e284c5e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ abstract class AbstractDBTests {
.apply {
withExposedPorts(5432)
withEnv("POSTGRES_DB", "testdb")
withEnv("POSTGRES_USER", "postgres")
withEnv("POSTGRES_PASSWORD", "postgres")
//
waitingFor(
Wait.forLogMessage(".*ready to accept connections.*\\s", 2),
)
Expand Down

0 comments on commit e284c5e

Please sign in to comment.