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 aad2fe0 commit 48a805dCopy full SHA for 48a805d
pkg/internal/recorder/recorder_integration_test.go
@@ -46,7 +46,7 @@ var _ = Describe("recorder", func() {
46
47
By("Creating the Controller")
48
deprecatedRecorder := cm.GetEventRecorderFor("test-deprecated-recorder") //nolint:staticcheck
49
- recorder := cm.GetEventRecorder("test-deprecated-recorder")
+ recorder := cm.GetEventRecorder("test-recorder")
50
instance, err := controller.New("foo-controller", cm, controller.Options{
51
Reconciler: reconcile.Func(
52
func(ctx context.Context, request reconcile.Request) (reconcile.Result, error) {
0 commit comments