You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/03/10 17:11:42 UTC

[camel-k] 07/09: Fix e2e tests for openapi

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

commit 82cd8e1a32570bf2dd446a861c317b5e6b887989
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Mar 9 20:05:31 2020 +0100

    Fix e2e tests for openapi
---
 e2e/openapi_test.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/e2e/openapi_test.go b/e2e/openapi_test.go
index 09ce3a1..0abdf0d 100644
--- a/e2e/openapi_test.go
+++ b/e2e/openapi_test.go
@@ -37,7 +37,7 @@ func TestOpenAPIService(t *testing.T) {
 			"run",
 			"-n", ns,
 			"--name", "petstore",
-			"--open-api", "examples/petstore-api.yaml",
+			"--open-api", "files/petstore-api.yaml",
 			"files/petstore.groovy",
 		).Execute()).Should(BeNil())
 
@@ -64,7 +64,7 @@ func TestOpenAPIDeployment(t *testing.T) {
 			"run",
 			"-n", ns,
 			"--name", "petstore",
-			"--open-api", "examples/petstore-api.yaml",
+			"--open-api", "files/petstore-api.yaml",
 			"files/petstore.groovy",
 		).Execute()).Should(BeNil())