Skip to content

Commit 1a3b357

Browse files
committed
fail test interestingly 2
1 parent 9812618 commit 1a3b357

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/controller/postgrescluster/pgbouncer_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,8 @@ topologySpreadConstraints:
527527

528528
for _, container := range deploy.Spec.Template.Spec.Containers {
529529
assert.Assert(t, cmp.MarshalContains(container.VolumeMounts,
530-
`whoops`))
530+
`- mountPath: /volumes/required
531+
name: volumes-required`))
531532
}
532533

533534
assert.Assert(t, cmp.MarshalContains(

0 commit comments

Comments
 (0)