File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ func TestGenerateCompFromGitHub(t *testing.T) {
4141 { // Source pointing to a directly downloadable file (not a repo per se)
4242 ghPackageManager : GitHubPackageManager {
4343 PackageName : "k8s-config-connector" ,
44- SourceURL : "https://raw.githubusercontent.com/GoogleCloudPlatform/k8s-config-connector/master/crds/alloydb_v1beta1_alloydbbackup.yaml/1.113.0 " ,
44+ SourceURL : "https://raw.githubusercontent.com/GoogleCloudPlatform/k8s-config-connector/master/crds/alloydb_v1beta1_alloydbbackup.yaml" ,
4545 },
4646 want : 1 ,
4747 },
@@ -56,7 +56,7 @@ func TestGenerateCompFromGitHub(t *testing.T) {
5656 { // Source pointing to a zip containing manifests but no CRDs
5757 ghPackageManager : GitHubPackageManager {
5858 PackageName : "acm-controller" ,
59- SourceURL : "https://github.com/MUzairS15/WASM-filters/raw/main/test.tar.gz/v0.7.12 " ,
59+ SourceURL : "https://github.com/MUzairS15/WASM-filters/raw/main/test.tar.gz" ,
6060 },
6161 want : 0 ,
6262 },
You can’t perform that action at this time.
0 commit comments