aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/src/cmpv2controller/certificate_request_controller_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'certServiceK8sExternalProvider/src/cmpv2controller/certificate_request_controller_test.go')
-rw-r--r--certServiceK8sExternalProvider/src/cmpv2controller/certificate_request_controller_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/certServiceK8sExternalProvider/src/cmpv2controller/certificate_request_controller_test.go b/certServiceK8sExternalProvider/src/cmpv2controller/certificate_request_controller_test.go
index 24b6b89e..10f88c08 100644
--- a/certServiceK8sExternalProvider/src/cmpv2controller/certificate_request_controller_test.go
+++ b/certServiceK8sExternalProvider/src/cmpv2controller/certificate_request_controller_test.go
@@ -53,6 +53,7 @@ func Test_shouldSaveCorrectSignedPems_whenRequestReceived(t *testing.T) {
createProvisioner(verifiedIssuer)
fakeClient := fake.NewFakeClientWithScheme(testdata.GetScheme(), &verifiedIssuer,
getValidCertificateRequest(), getValidPrivateKeySecret())
+
fakeRecorder := record.NewFakeRecorder(recorderBufferSize)
controller := getCertRequestController(fakeRecorder, fakeClient)
fakeRequest := testdata.GetFakeRequest(certificateRequestName)