Skip to content

Commit

Permalink
Fix kpt repo url in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kispaljr committed May 27, 2024
1 parent 3fa06d7 commit 29119eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"args": [
"-test.v",
"-test.run",
"TestE2E/PorchSuite/TestDeleteFinal"
"TestE2E/PorchSuite/TestGitRepositoryWithReleaseTagsAndDirectory"
],
"env": { "E2E": "1"}
},
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 29119eb

Please sign in to comment.