We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e52f13 commit 30a266bCopy full SHA for 30a266b
internal/controller/standalone_pgadmin/users_test.go
@@ -266,6 +266,11 @@ func TestWritePGAdminUsers(t *testing.T) {
266
resources: { requests: { storage: 1Gi } },
267
},
268
}`)
269
+ require.UnmarshalInto(t, &pgadmin.Status, `{
270
+ imageSHA: "fakesha",
271
+ majorVersion: 9,
272
+ minorVersion: "9.3"
273
+ }`)
274
assert.NilError(t, cc.Create(ctx, pgadmin))
275
276
userPasswordSecret1 := &corev1.Secret{
0 commit comments