Skip to content

Commit

Permalink
More urls to check
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Aug 10, 2024
1 parent 0af97b9 commit a261c1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ var (
ExpectedStatusCode: http.StatusOK,
ExpectedReponse: "{\"status\":\"success\",\"reply\":\"pong\"}",
},
"https://apps.modpacks.ch/modpacks/art/112/neotechx512.png": {
Method: "GET",
ValidateResponse: false,
ExpectedStatusCode: http.StatusOK,
ExpectedReponse: "",
},
"https://dist.creeper.host/modpacks/art/112/neotechx512.png": {
Method: "HEAD",
ValidateResponse: false,
ExpectedStatusCode: http.StatusOK,
ExpectedReponse: "",
},
"https://api.creeper.host/api/health": {
Method: "HEAD",
ValidateResponse: false,
Expand Down

0 comments on commit a261c1c

Please sign in to comment.