diff --git a/cdq-analysis/pkg/componentdetectionquery_test.go b/cdq-analysis/pkg/componentdetectionquery_test.go index 0d99ecaaa..f97a70898 100644 --- a/cdq-analysis/pkg/componentdetectionquery_test.go +++ b/cdq-analysis/pkg/componentdetectionquery_test.go @@ -50,7 +50,7 @@ func TestCloneAndAnalyze(t *testing.T) { multiComponentRepoURL := "https://github.com/maysunfaisal/multi-components-dockerfile" springNoDevfileNoDockerfileURL := "https://github.com/kim-tsao/devfile-sample-java-springboot-basic-no-devfile-no-dockerfile" springNoDevfileURL := "https://github.com/yangcao77/devfile-sample-java-springboot-basic-no-devfile" - multiComponentWithNoDevfileAndDockerfileURL := "https://github.com/redhat-appstudio/quality-dashboard" + multiComponentWithNoDevfileAndDockerfileURL := "https://github.com/yangcao77/quality-dashboard" failedToCloneRepoErr := "failed to clone the repo.*" springDevfileContext := ` diff --git a/controllers/componentdetectionquery_controller_test.go b/controllers/componentdetectionquery_controller_test.go index 417c50903..8ed3d8c97 100644 --- a/controllers/componentdetectionquery_controller_test.go +++ b/controllers/componentdetectionquery_controller_test.go @@ -1573,7 +1573,7 @@ var _ = Describe("Component Detection Query controller", func() { }, Spec: appstudiov1alpha1.ComponentDetectionQuerySpec{ GitSource: appstudiov1alpha1.GitSource{ - URL: "https://github.com/redhat-appstudio/quality-dashboard", + URL: "https://github.com/yangcao77/quality-dashboard", }, }, }