Add some XXX

This commit is contained in:
Arturo Filastò 2018-06-27 15:45:35 +02:00
parent d23f30d159
commit 533ea77aa2

View File

@ -29,6 +29,7 @@ func lookupURLs(ctl *nettests.Controller) ([]string, error) {
parsed = new(URLResponse)
urls []string
)
// XXX pass in the configuration for category codes
reqURL := fmt.Sprintf("%s/api/v1/urls?probe_cc=%s",
orchestrateBaseURL,
ctl.Ctx.Location.CountryCode)