aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/src/cmpv2controller/updater/k8s_resource_updater_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'certServiceK8sExternalProvider/src/cmpv2controller/updater/k8s_resource_updater_test.go')
-rw-r--r--certServiceK8sExternalProvider/src/cmpv2controller/updater/k8s_resource_updater_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/certServiceK8sExternalProvider/src/cmpv2controller/updater/k8s_resource_updater_test.go b/certServiceK8sExternalProvider/src/cmpv2controller/updater/k8s_resource_updater_test.go
index 553c419f..b4f336fc 100644
--- a/certServiceK8sExternalProvider/src/cmpv2controller/updater/k8s_resource_updater_test.go
+++ b/certServiceK8sExternalProvider/src/cmpv2controller/updater/k8s_resource_updater_test.go
@@ -31,10 +31,9 @@ import (
)
const (
- recorderBufferSize = 3
+ recorderBufferSize = 3
)
-
func Test_shouldFireWarningEvent_forCmpv2Issuer(t *testing.T) {
fakeRecorder := record.NewFakeRecorder(recorderBufferSize)