Skip to content

Commit e892f54

Browse files
author
Per Goncalves da Silva
committed
make applier tests pass
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 90045f3 commit e892f54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/operator-controller/applier/helm_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ func (mag *mockActionGetter) Reconcile(rel *release.Release) error {
101101
var (
102102
// required for unmockable call to convert.RegistryV1ToHelmChart
103103
validFS = fstest.MapFS{
104-
"metadata/annotations.yaml": &fstest.MapFile{Data: []byte("{}")},
104+
"metadata/annotations.yaml": &fstest.MapFile{Data: []byte(`annotations:
105+
operators.operatorframework.io.bundle.package.v1: my-package`)},
105106
"manifests": &fstest.MapFile{Data: []byte(`apiVersion: operators.operatorframework.io/v1alpha1
106107
kind: ClusterServiceVersion
107108
metadata:

0 commit comments

Comments
 (0)