From 29119eb45caff964cd40b94ab13f86ed9edb6e0e Mon Sep 17 00:00:00 2001 From: Istvan Kispal Date: Mon, 27 May 2024 17:21:26 +0200 Subject: [PATCH] Fix kpt repo url in e2e tests --- .vscode/launch.json | 2 +- test/e2e/e2e_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7c1ea84b..39bddca4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -33,7 +33,7 @@ "args": [ "-test.v", "-test.run", - "TestE2E/PorchSuite/TestDeleteFinal" + "TestE2E/PorchSuite/TestGitRepositoryWithReleaseTagsAndDirectory" ], "env": { "E2E": "1"} }, diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index 2eb8e485..fa2891bf 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -41,7 +41,7 @@ import ( const ( testBlueprintsRepo = "https://github.com/platkrm/test-blueprints.git" - kptRepo = "https://github.com/GoogleContainerTools/kpt.git" + kptRepo = "https://github.com/kptdev/kpt.git" ) var (