Skip to content

Commit 30a266b

Browse files
committed
update test
1 parent 2e52f13 commit 30a266b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal/controller/standalone_pgadmin/users_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ func TestWritePGAdminUsers(t *testing.T) {
266266
resources: { requests: { storage: 1Gi } },
267267
},
268268
}`)
269+
require.UnmarshalInto(t, &pgadmin.Status, `{
270+
imageSHA: "fakesha",
271+
majorVersion: 9,
272+
minorVersion: "9.3"
273+
}`)
269274
assert.NilError(t, cc.Create(ctx, pgadmin))
270275

271276
userPasswordSecret1 := &corev1.Secret{

0 commit comments

Comments
 (0)