Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Oct 31, 2024
1 parent 1d62b77 commit 75a2d12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/datastore/postgres_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,9 @@ func createPostgresConnection() (testcontainers.Container, *sqlx.DB, error) {
WithOccurrence(2).
WithStartupTimeout(5*time.Second)),
)
if err != nil {
return nil, nil, err
}

ip, err := postgres.Host(ctx)
if err != nil {
Expand Down

0 comments on commit 75a2d12

Please sign in to comment.