From 253d3bb36f5636b037ec36c9b34a77d208102f97 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 24 Sep 2020 08:15:10 -0700 Subject: [PATCH] Remove an accidentally committed `it.Focus` --- internal/controller/kubecertagent/annotater_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")