This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new ad4d37c chore(test): fix failing test ad4d37c is described below commit ad4d37c118efd97b28838cece71a0b981dd26c3e Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Thu Mar 21 07:17:08 2019 +0100 chore(test): fix failing test --- pkg/trait/knative_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/trait/knative_test.go b/pkg/trait/knative_test.go index fb71d2d..300413e 100644 --- a/pkg/trait/knative_test.go +++ b/pkg/trait/knative_test.go @@ -69,7 +69,7 @@ func TestKnativeEnvConfiguration(t *testing.T) { Profile: v1alpha1.TraitProfileKnative, Sources: []v1alpha1.SourceSpec{}, Resources: []v1alpha1.ResourceSpec{}, - Traits: map[string]v1alpha1.IntegrationTraitSpec{ + Traits: map[string]v1alpha1.TraitSpec{ "knative": { Configuration: map[string]string{ "enabled": "true",