diff --git a/internal/controller/kubecertagent/annotater_test.go b/internal/controller/kubecertagent/annotater_test.go index 6adba6ae..28cd8d3d 100644 --- a/internal/controller/kubecertagent/annotater_test.go +++ b/internal/controller/kubecertagent/annotater_test.go @@ -292,7 +292,7 @@ func TestAnnotaterControllerSync(t *testing.T) { ) }) - it.Focus("returns the original pod update error so the controller gets scheduled again", func() { + it("returns the original pod update error so the controller gets scheduled again", func() { startInformersAndController() err := controllerlib.TestSync(t, subject, *syncContext) r.EqualError(err, "cannot update agent pod: some update error")