Skip to content

Commit 3763a58

Browse files
committed
failing test in different way
1 parent 1a3b357 commit 3763a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/postgrescluster/pgbouncer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ topologySpreadConstraints:
528528
for _, container := range deploy.Spec.Template.Spec.Containers {
529529
assert.Assert(t, cmp.MarshalContains(container.VolumeMounts,
530530
`- mountPath: /volumes/required
531-
name: volumes-required`))
531+
name: volumes-required`))
532532
}
533533

534534
assert.Assert(t, cmp.MarshalContains(

0 commit comments

Comments
 (0)