feat: introduce database type (#982)
See https://github.com/ooni/probe/issues/2352 Co-authored-by: decfox <decfox@github.com>
This commit is contained in:
parent
6b01264373
commit
28aabe0947
14 changed files with 144 additions and 94 deletions
|
|
@ -31,7 +31,7 @@ func (n WebConnectivity) lookupURLs(ctl *Controller, categories []string) ([]str
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ctl.BuildAndSetInputIdxMap(ctl.Probe.DB(), testlist)
|
||||
return ctl.BuildAndSetInputIdxMap(testlist)
|
||||
}
|
||||
|
||||
// WebConnectivity test implementation
|
||||
|
|
|
|||
Loading…
Reference in a new issue