You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/06/02 08:04:11 UTC

[camel-k] 05/08: Removed duplicate test case I've added.

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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit eb08051c3d5e736a4b27f30a76c85c126e7de4d3
Author: Adriano Machado <unknown>
AuthorDate: Mon May 30 12:14:53 2022 -0400

    Removed duplicate test case I've added.
---
 pkg/util/source/inspector_java_script_test.go | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pkg/util/source/inspector_java_script_test.go b/pkg/util/source/inspector_java_script_test.go
index ff8d82daa..3ed09d928 100644
--- a/pkg/util/source/inspector_java_script_test.go
+++ b/pkg/util/source/inspector_java_script_test.go
@@ -55,10 +55,6 @@ func TestJavaScriptKamelet(t *testing.T) {
 			source:   JavaScriptKameletEndpoint,
 			kamelets: []string{"foo/bar"},
 		},
-		{
-			source:   JavaScriptKameletEndpoint,
-			kamelets: []string{"foo/bar"},
-		},
 		{
 			source:   JavaScriptWireTapEipSingleQuote,
 			kamelets: []string{"foo/bar"},