Skip to content

Commit

Permalink
Fix #1201: enable addons in all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Feb 21, 2020
1 parent 2914381 commit 2f1bea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/addons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ import (

. "github.com/onsi/gomega"
v1 "k8s.io/api/core/v1"

_ "github.com/apache/camel-k/addons"
)

func TestAddons(t *testing.T) {
Expand Down
3 changes: 3 additions & 0 deletions e2e/test_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ import (
eventing "knative.dev/eventing/pkg/apis/eventing/v1alpha1"
messaging "knative.dev/eventing/pkg/apis/messaging/v1alpha1"
k8sclient "sigs.k8s.io/controller-runtime/pkg/client"

// let's enable addons in all tests
_ "github.com/apache/camel-k/addons"
)

var testContext context.Context
Expand Down

0 comments on commit 2f1bea5

Please sign in to comment.