diff --git a/pkg/controllers/localbuild/argo_test.go b/pkg/controllers/localbuild/argo_test.go index e35ec4c6..946e8666 100644 --- a/pkg/controllers/localbuild/argo_test.go +++ b/pkg/controllers/localbuild/argo_test.go @@ -80,7 +80,7 @@ func TestGetK8sInstallResources(t *testing.T) { t.Fatalf("GetK8sInstallResources() error: %v", err) } - if len(objs) != 58 { + if len(objs) != 60 { t.Fatalf("Expected 58 Argo Install Resources, got: %d", len(objs)) } }