nettests/ndt.go: use ndt7 rather than ndt5 (#119)

Part of https://github.com/ooni/probe/issues/969
This commit is contained in:
Simone Basso 2020-03-12 19:36:32 +01:00 committed by GitHub
commit fe0b4a02be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 168 deletions

View file

@ -10,7 +10,7 @@ func lookupURLs(ctl *Controller, limit int64, categories []string) ([]string, ma
var urls []string
urlIDMap := make(map[int64]int64)
testlist, err := ctl.Ctx.Session.QueryTestListsURLs(&engine.TestListsURLsConfig{
Limit: limit,
Limit: limit,
Categories: categories,
})
if err != nil {