Skip to content

Commit

Permalink
checking if the service account exists to the integration test.
Browse files Browse the repository at this point in the history
Signed-off-by: lrangine <[email protected]>
  • Loading branch information
lokeshrangineni committed Nov 25, 2024
1 parent 1085e24 commit a19195e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/feast-operator/test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 "+
Expand Down

0 comments on commit a19195e

Please sign in to comment.