Skip to content

Commit

Permalink
changing repo url from ssh to http
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kanchwala committed Oct 2, 2020
1 parent 34870a6 commit a332115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/http-server/remote-repo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func TestScanRemoteRepoHandler(t *testing.T) {
iacType: "terraform",
iacVersion: "v12",
cloudType: "aws",
remoteURL: "git@github.com:kanchwala-yusuf/Damn-Vulnerable-Terraform-Project.git",
remoteURL: "https://github.com/kanchwala-yusuf/Damn-Vulnerable-Terraform-Project.git",
remoteType: "git",
wantStatus: http.StatusOK,
},
Expand Down

0 comments on commit a332115

Please sign in to comment.