This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch release-1.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 3c2074a84dc523cab2a615ff9028741e2c737e6e
Author: nicolaferraro <ni.ferr...@gmail.com>
AuthorDate: Tue Feb 2 17:17:50 2021 +0100

    chore(test): remove old test
---
 pkg/util/bindings/bindings_test.go | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pkg/util/bindings/bindings_test.go 
b/pkg/util/bindings/bindings_test.go
index 6108af1..084309a 100644
--- a/pkg/util/bindings/bindings_test.go
+++ b/pkg/util/bindings/bindings_test.go
@@ -161,20 +161,6 @@ func TestBindings(t *testing.T) {
                        },
                },
                {
-                       endpoint: v1alpha1.Endpoint{
-                               Ref: &corev1.ObjectReference{
-                                       Kind:       "Kamelet",
-                                       APIVersion: "camel.apache.org/v1any1",
-                                       Name:       "mykamelet",
-                               },
-                               Properties: 
asEndpointProperties(map[string]string{
-                                       "id":        "myid?",
-                                       "mymessage": "myval",
-                               }),
-                       },
-                       uri: "kamelet:mykamelet/myid%3F?mymessage=myval",
-               },
-               {
                        endpointType: v1alpha1.EndpointTypeSink,
                        endpoint: v1alpha1.Endpoint{
                                URI: asStringPointer("https://myurl/hey";),

Reply via email to