This is an automated email from the ASF dual-hosted git repository. astefanutti 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 9a53074 Fix deprecated annotation 9a53074 is described below commit 9a530747a219db775f0fd2b529ceb8354ac8a0d9 Author: Jan <jbou...@redhat.com> AuthorDate: Thu Feb 25 16:49:50 2021 +0100 Fix deprecated annotation --- e2e/support/test_support.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/support/test_support.go b/e2e/support/test_support.go index f3ec1ed..cdd0d7f 100644 --- a/e2e/support/test_support.go +++ b/e2e/support/test_support.go @@ -1165,7 +1165,7 @@ func NewTestNamespace(injectKnativeBroker bool) metav1.Object { var oc bool var obj runtime.Object - brokerLabel := "knative-eventing-injection" + brokerLabel := "eventing.knative.dev/injection" name := "test-" + uuid.New().String() if oc, err = openshift.IsOpenShift(TestClient()); err != nil {