diff --git a/pkg/controller/certificatesigningrequests/acme/acme_test.go b/pkg/controller/certificatesigningrequests/acme/acme_test.go index bf2f9cdaf..b79c27d33 100644 --- a/pkg/controller/certificatesigningrequests/acme/acme_test.go +++ b/pkg/controller/certificatesigningrequests/acme/acme_test.go @@ -76,7 +76,7 @@ func Test_controllerBuilder(t *testing.T) { givenCall: func(t *testing.T, _ cmclient.Interface, _ kubernetes.Interface) {}, expectRequeueKey: "", }, - "if no changes then no request should sync": { + "if no changes to request or order, then no request should sync": { existingCSR: baseCSR, existingCMObjects: []runtime.Object{baseOrder}, givenCall: func(t *testing.T, _ cmclient.Interface, _ kubernetes.Interface) {},