Skip to content

Commit

Permalink
Merge branch 'release-0.15' into automated-backport-of-submariner-io#…
Browse files Browse the repository at this point in the history
…2399-origin-release-0.15
  • Loading branch information
Jaanki committed Apr 17, 2023
2 parents c585c19 + 51d30ff commit 9b55b29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/cableengine/syncer/syncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const (

func init() {
kzerolog.AddFlags(nil)
utilruntime.Must(submarinerv1.AddToScheme(kubeScheme.Scheme))
}

var _ = BeforeSuite(func() {
Expand Down Expand Up @@ -512,8 +513,6 @@ func (t *testDriver) run() {
t.handledError <- err
})

Expect(submarinerv1.AddToScheme(kubeScheme.Scheme)).To(Succeed())

scheme := runtime.NewScheme()
Expect(submarinerv1.AddToScheme(scheme)).To(Succeed())

Expand Down

0 comments on commit 9b55b29

Please sign in to comment.