diff --git a/test/git_checkout_test.go b/test/git_checkout_test.go index 2715023ad67..adbe37d3df1 100644 --- a/test/git_checkout_test.go +++ b/test/git_checkout_test.go @@ -89,11 +89,11 @@ func TestGitPipelineRun(t *testing.T) { sslVerify: "false", }, { name: "non-master repo with default revision", - repo: "https://github.com/spring-projects/spring-petclinic", + repo: "https://github.com/tektoncd/results", revision: "", }, { name: "non-master repo with main revision", - repo: "https://github.com/spring-projects/spring-petclinic", + repo: "https://github.com/tektoncd/results", revision: "main", }} { tc := tc // capture range variable diff --git a/test/v1alpha1/git_checkout_test.go b/test/v1alpha1/git_checkout_test.go index f88b5ea0c3e..8378f23db8b 100644 --- a/test/v1alpha1/git_checkout_test.go +++ b/test/v1alpha1/git_checkout_test.go @@ -87,11 +87,11 @@ func TestGitPipelineRun(t *testing.T) { sslVerify: "false", }, { name: "non-master repo with default revision", - repo: "https://github.com/spring-projects/spring-petclinic", + repo: "https://github.com/tektoncd/results", revision: "", }, { name: "non-master repo with main revision", - repo: "https://github.com/spring-projects/spring-petclinic", + repo: "https://github.com/tektoncd/results", revision: "main", }} { tc := tc // capture range variable