From a19195e16a7814ce373227a8eaa9307094bf036e Mon Sep 17 00:00:00 2001 From: lrangine <19699092+lokeshrangineni@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:35:45 -0500 Subject: [PATCH] checking if the service account exists to the integration test. Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com> --- infra/feast-operator/test/e2e/e2e_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/feast-operator/test/e2e/e2e_test.go b/infra/feast-operator/test/e2e/e2e_test.go index 87acca08ae..78a7331baa 100644 --- a/infra/feast-operator/test/e2e/e2e_test.go +++ b/infra/feast-operator/test/e2e/e2e_test.go @@ -200,7 +200,6 @@ var _ = Describe("controller", Ordered, func() { serviceOutput, err := utils.Run(cmd) ExpectWithOffset(2, err).NotTo(HaveOccurred()) - fmt.Printf("serviceOutput=%s\n", serviceOutput) service := utils.GetNonEmptyLines(string(serviceOutput)) if len(service) != 1 { return fmt.Errorf("expect 1 service exists with the name "+