File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 33package e2e
44
55import (
6+ "context"
67 "flag"
78 "io"
89 "io/ioutil"
@@ -17,10 +18,10 @@ import (
1718
1819 v1 "github.com/operator-framework/operator-lifecycle-manager/pkg/api/apis/operators/v1"
1920 "github.com/operator-framework/operator-lifecycle-manager/pkg/api/client"
20- "github.com/operator-framework/operator-lifecycle-manager/pkg/controller/install"
2121 "github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/catalog"
2222 "github.com/operator-framework/operator-lifecycle-manager/pkg/controller/operators/olm"
2323 "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorclient"
24+ "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/signals"
2425)
2526
2627var (
@@ -110,7 +111,7 @@ func TestMain(m *testing.M) {
110111 // start operators
111112 olmOperator , err := olm .NewOperator (
112113 ctx ,
113- olm .WithLogger (olmLogger ),
114+ olm .WithLogger (olmlogger ),
114115 olm .WithWatchedNamespaces (namespaces ... ),
115116 olm .WithResyncPeriod (time .Minute ),
116117 olm .WithExternalClient (crClient ),
You can’t perform that action at this time.
0 commit comments