You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/02/03 08:47:31 UTC

[camel-k] 04/04: chore(test): remove old test

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...@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"),