Skip to content

Commit 6437256

Browse files
committed
fix manifests cleanup by review comment
Signed-off-by: Maya Barnea <mayab@il.ibm.com>
1 parent 022d6f9 commit 6437256

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/e2e/utils_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import (
1111
"strings"
1212
"time"
1313

14-
"gopkg.in/yaml.v3"
15-
1614
"github.com/onsi/ginkgo/v2"
1715
"github.com/onsi/gomega"
1816
"github.com/onsi/gomega/gexec"
@@ -211,7 +209,6 @@ func isModelReal(modelName string) bool {
211209
// initContainer and the model-cache volume stripped from any Deployment.
212210
func removeRenderSidecar(inputs []string) []string {
213211
outputs := make([]string, len(inputs))
214-
215212
for idx, input := range inputs {
216213
docs := strings.Split(input, "\n---")
217214
rendered := make([]string, 0, len(docs))
@@ -223,7 +220,6 @@ func removeRenderSidecar(inputs []string) []string {
223220
}
224221
outputs[idx] = strings.Join(rendered, "\n---\n")
225222
}
226-
227223
return outputs
228224
}
229225

0 commit comments

Comments
 (0)