Skip to content

Commit

Permalink
test/e2e: add import of controller-runtime/pkg/client/config to test …
Browse files Browse the repository at this point in the history
…--kubebuilder registration
  • Loading branch information
estroz committed Mar 27, 2020
1 parent ef61373 commit 3046e84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/_incluster-test-code/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ import (
"testing"

f "github.com/operator-framework/operator-sdk/pkg/test"

// This import tests double-registration of the --kubebuilder flag:
// https://github.com/kubernetes-sigs/controller-runtime/issues/878
_ "sigs.k8s.io/controller-runtime/pkg/client/config"
)

type testArgs struct {
Expand Down

0 comments on commit 3046e84

Please sign in to comment.