Skip to content

Commit

Permalink
feat: Update the PGBouncer version inside the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ZPascal committed Aug 11, 2024
1 parent 9df4800 commit 101ab3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/pgbouncer/pgbouncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestPgBouncerGeneratesMetricsIntegration(t *testing.T) {
defer backend.Terminate()

container := testutil.Container{
Image: "z9pascal/pgbouncer-container:1.18.0-latest",
Image: "z9pascal/pgbouncer-container:1.23.1-latest",
ExposedPorts: []string{pgBouncerServicePort},
Env: map[string]string{
"PG_ENV_POSTGRESQL_USER": "pgbouncer",
Expand Down Expand Up @@ -123,7 +123,7 @@ func TestPgBouncerGeneratesMetricsIntegrationShowCommands(t *testing.T) {
defer backend.Terminate()

container := testutil.Container{
Image: "z9pascal/pgbouncer-container:1.18.0-latest",
Image: "z9pascal/pgbouncer-container:1.23.1-latest",
ExposedPorts: []string{pgBouncerServicePort},
Env: map[string]string{
"PG_ENV_POSTGRESQL_USER": "pgbouncer",
Expand Down

0 comments on commit 101ab3f

Please sign in to comment.