Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qu35t-code committed Nov 12, 2023
1 parent 4384cbf commit 1996c9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/sherlocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ type SherlockNameID struct {

// getSherlockDownloadLink constructs and returns the download link for a specific Sherlock challenge.
func getSherlockDownloadLink(proxyURL string, sherlockID string) (string, error) {
// url := "https://www.hackthebox.com/api/v4/sherlocks/" + sherlockID + "/download_link"
url := "https://www.hackthebox.com/api/v4/sherlocks/" + sherlockID + "/download_link"

url := "https://www.hackthebox.com/api/v4/challenge/download/196"
// url := "https://www.hackthebox.com/api/v4/challenge/download/196"

return url, nil
// return url, nil

resp, err := HtbRequest(http.MethodGet, url, proxyURL, nil)
if err != nil {
Expand Down

0 comments on commit 1996c9b

Please sign in to comment.