We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef1671 commit 3380993Copy full SHA for 3380993
vault/client_test.go
@@ -345,7 +345,7 @@ func Test_defaultClient_Init(t *testing.T) {
345
connObj: defaultConnObj,
346
client: nil,
347
wantErr: func(t assert.TestingT, err error, i ...interface{}) bool {
348
- return assert.EqualError(t, err, "ctrl-runtime Client was nil")
+ return assert.EqualError(t, err, "ctrl-runtime Client was nil and CCACertSecretRef was provided")
349
},
350
351
}
0 commit comments